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

DropIn bug paypalEnabled/cardEnabled #164

Open MatteoPerazzoli opened 1 month ago

MatteoPerazzoli commented 1 month ago

There is an error in the request.dart file at line 90 in the toJson function. paypalEnabled is being set using the cardEnabled parameter instead of the paypalEnabled parameter. So if I set cardEnabled to false and paypalEnabled to true, paypalEnabled is incorrectly set to false