You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I see the issue is not closed so here's what you need to do to remove the postal (zip) code from all forms:
Android
Add the following to "android/src/main/kotlin/com/dormmom/flutter_stripe_payment/activity/PaymentActivity.kt" after line 52: cardInputWidget.setShouldShowPostalCode(false)
iOS
Add the following to "ios/Classes/SwiftFlutterStripePaymentPlugin.swift" after line 125: STPPaymentConfiguration.shared.requiredBillingAddressFields = .none
hi
I want to remove postal code...
please help me!
hi
I want to remove postal code...
please help me!
The text was updated successfully, but these errors were encountered: