pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.

Home Page:https://pub.dev/packages/flutter_braintree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D verification option not applied

sharpsan opened this issue · comments

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.

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