- 
                Notifications
    You must be signed in to change notification settings 
- Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request