stripe-react-native
stripe-react-native copied to clipboard
Shipping details is not sending all parameters to the sdk
Describe the bug I am missing Phonenumber, carrier and trackingnumber on Android and iOS
See for example Mappers.kt
To Reproduce Steps to reproduce the behavior:
- Create a payment intent (e.g. Affirm)
- Provide the billingdetails and shipping details
- Confirm payment intent
- Go to stripe dashboard and notice addres + name is sent.
Expected behavior I would expect carrier phone and tracking number to be there
Screenshots