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

Misssing 3DS disable in version 2 'requestThreeDSecureVerification' on IOS #82

Open henrychiu opened 2 years ago

henrychiu commented 2 years ago

in FlutterBraintreeDropinPlugin.swift, missing if let requestThreeDSecureVerification = bool(for: "requestThreeDSecureVerification", in: call) { dropInRequest.threeDSecureVerification = requestThreeDSecureVerification }