Skip to content

Commit

Permalink
Add on_behalf_of to CardField
Browse files Browse the repository at this point in the history
  • Loading branch information
davidme-stripe committed Oct 11, 2024
1 parent 2f20434 commit a16913a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class CardFieldView(context: ThemedReactContext) : FrameLayout(context) {
}

fun setOnBehalfOf(onBehalfOf: String?) {
mCardWidget.setOnBehalfOf(onBehalfOf)
mCardWidget.onBehalfOf = onBehalfOf
}

/**
Expand Down

0 comments on commit a16913a

Please sign in to comment.