You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final request = BraintreePayPalRequest(
billingAgreementDescription:
'I hereby agree that I give permission to HandyX to save and charge from this card in future for further transactions.',
amount: "10",
);
Run the app by flutter run --verbose and keep an eye on the log.
Try and change/comment the values 1 by 1 and see where it goes wrong. I think one of the values is wrong because it's throwing parse error.
I have also encountered this error on iOS and Android. The problem occurs when changing the PayPal account linked to Braintree. Some accounts work fine, while others run into this error.
//Code

final request = BraintreePayPalRequest(
billingAgreementDescription:
'I hereby agree that I give permission to HandyX to save and charge from this card in future for further transactions.',
amount: "10",
);
The text was updated successfully, but these errors were encountered: