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
Is your feature request related to a problem? Please describe.
The ability to pass
shopperInformation: PrefilledShopperInformationis 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
shopperNameas a top-level configuration and construct a partial shopperInformation config.Additional context
shopperInformation is always nil