Closed fbredius closed 2 years ago
The ContactFieldsType
is correct- see Apple's docs: https://developer.apple.com/documentation/passkit/pkcontactfield
Is there any way to specify that only postal code should be required similar to billingAddressConfig.format: 'MIN'
for Google Pay?
Shouldn't the type of
requiredShippingAddressFields?
beAddressFields
(defined on line 11)? Since currently the type isContactFieldsType
, which to me doesn't really makes sense.https://github.com/stripe/stripe-react-native/blob/04abc26fcbd43da0c0132d5fbde17567e0bd0117/src/types/ApplePay.ts#L65