updated new flutter version
This commit is contained in:
@@ -53,7 +53,7 @@ class MobileStripePayWebState extends State<MobileStripePayWeb> {
|
||||
),
|
||||
);
|
||||
if (widget.stripePaymentMethod == null) {
|
||||
form = CardForm(card: card, formKey: formKey,);
|
||||
form = CardForm(card: card, formKey: formKey, displayPostalCode: false,);
|
||||
body = ListView(
|
||||
children: <Widget>[form,],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user