eopeter / flutter_stripe_payment

Add Stripe Payments to Flutter Application
Other
29 stars 27 forks source link

Remove zipcode #19

Closed zadcall closed 3 years ago

zadcall commented 4 years ago

How to remove zipcode from card form ?! (Postal code) !

zadcall commented 4 years ago

@eopeter any updae on that ?

eopeter commented 3 years ago

we still recommend collecting postal code in the UK, and CardElement is smart -- it will only collect zip/postal for credit cards from US, UK, and CA. Hope that helps! Can consider adding option to hide zip code but not planned.