stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Canadian postal code should always be uppercased

Open sebastienlabine opened this issue 2 years ago • 0 comments

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

sebastienlabine avatar Oct 06 '23 17:10 sebastienlabine