pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 119 forks source link

fix 3d secure #36

Closed enzobonggio closed 4 years ago

enzobonggio commented 4 years ago

I'm doing something similar to https://github.com/braintree/braintree-ios-drop-in on the flow 3D-Secure + Drop-In I don't know if this part of the code was intended for that as I don't use that flow

pikaju commented 4 years ago

Thank you for this! But you may have broken the regular (non-3D-Secure) flow, is there any way you can get both of them working?