You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: