jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
307 stars 243 forks source link

Fix idempotency key error on Android for BankAccount #328

Closed riscait closed 2 years ago

riscait commented 2 years ago

This fix will solve the #324.

Previously, doing createTokenWithBankAccount twice caused an exception, but after the fix, we have confirmed that it succeeds without any exception.

The fix is the same as #311 #314