Closed nouhouari closed 2 years ago
https://github.com/ezet/stripe-sdk/blob/b4e027a18e177653f9d0ad3931f71c9e26711901/lib/src/models/card.dart#L25
Postal code only accepts numbers but some countries include letters in their Zip code. The library should allow the user to specify how to validate the zip code.
Fixed on master.
https://github.com/ezet/stripe-sdk/blob/b4e027a18e177653f9d0ad3931f71c9e26711901/lib/src/models/card.dart#L25
Postal code only accepts numbers but some countries include letters in their Zip code. The library should allow the user to specify how to validate the zip code.