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

BraintreeDropInResult object does not return correct description #144

Open DriftingShadows opened 6 months ago

DriftingShadows commented 6 months ago

The result from Braintree.showDropIn() returns a paymentMethodNonce object that has the same description as token, instead of having something like Visa ending in XXXX. I'll attach a screenshot of my breakpoint debug showing the response object.

image