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

PlatformException(error, Merchant account not found, null, null) #94

Closed lohitbura closed 2 years ago

lohitbura commented 2 years ago

Getting this error .. Here is my Implementation Please Help

final request = BraintreePayPalRequest( amount: amount.toString(), currencyCode: store.currencyCode );

final result = await Braintree.requestPaypalNonce( responseTokenData["value"]["token"], request, );

TheOneWithTheBraid commented 2 years ago

How did you solve this?