Skip to content

From where the text in IOS drop-down for save cards is set ? #1587

Closed Answered by goergisn
YankovWeb asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @YankovWeb you can customize the title by providing one to the DropInComponent initializer. It uses the bundle display name by default.

let component = DropInComponent(
    paymentMethods: paymentMethods,
    context: context,
    configuration: configuration,
    title: "Your App Name"
)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by goergisn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants