The current type definitions mention that card is a valid AdditionalPaymentType - however, when checking out the native code of the Reader SDK, the native SDKs expect manual_card_entry to be used. This PR fixes the type definition so the correct string is used.
Related issues
Fix #
Changelog
adjust the type of the cardAdditionalPaymentType to be manual_card_entry in accordance to the usage in the native SDKs
Summary
The current type definitions mention that
card
is a validAdditionalPaymentType
- however, when checking out the native code of the Reader SDK, the native SDKs expectmanual_card_entry
to be used. This PR fixes the type definition so the correct string is used.Related issues
Fix #
Changelog
card
AdditionalPaymentType
to bemanual_card_entry
in accordance to the usage in the native SDKsTest Plan
N/A