stripe-react-native
stripe-react-native copied to clipboard
Canadian postal code should always be uppercased
When using the Card Form to create a new payment method, the postal code returned can be lowercased, which can cause issue at checkout because sometimes the postal code check fails due to the case sensitivity.
As Canadian postal codes are always uppercased, could we always return the postal code uppercased?
https://github.com/stripe/stripe-android/issues/7044 https://github.com/stripe/stripe-android/issues/2302
### Tasks