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 115 forks source link

3D verification option not applied #120

Closed sharpsan closed 1 year ago

sharpsan commented 2 years ago

When BraintreeDropInRequest has a non-null amount, requestThreeDSecureVerification is not applied. This results in 3D verification being enforced. I only caught this because I migrated from an older version of this library and did not notice that amount is specifically for 3D verification, and I struggled to figure out why I could not turn it off.

pikaju commented 1 year ago

Hey, please try version 4.0.0-dev.1 with the billingAddress field explained at the bottom of the README.