Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shopperInformation to CardsConfiguration #467

Open
dragomir-ivanov-212 opened this issue Jun 7, 2024 · 1 comment
Open

Add shopperInformation to CardsConfiguration #467

dragomir-ivanov-212 opened this issue Jun 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dragomir-ivanov-212
Copy link

Is your feature request related to a problem? Please describe.
The ability to pass shopperInformation: PrefilledShopperInformation is missing (always nil in iOS; I haven't looked into Android).
For our use case, feature parity with the native SDKs is required. We use it to pass prefilled shopperName/cardHolderName, known to us at checkout.

Describe the solution you'd like
Add shopperInformation: PrefilledShopperInformation (full or partial) as a prop to CardsConfiguration. Parse and pass it to the native SDKs.

Describe alternatives you've considered
Alternatively, only allow shopperName as a top-level configuration and construct a partial shopperInformation config.

Additional context
shopperInformation is always nil

@dragomir-ivanov-212 dragomir-ivanov-212 added the enhancement New feature or request label Jun 7, 2024
@descorp
Copy link
Contributor

descorp commented Jun 17, 2024

Hey @dragomir-ivanov-212

Thanks for feedback 💚
Will add to the backlog!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants