DeligenceTechnologies / Braintree-Payment-Gateway-for-Flutter

Braintree Payment plugin for Flutter apps from Deligence Technologies. This plugin lets you integrate Braintree Drop In payment UI in just 4 easy steps.
BSD 3-Clause "New" or "Revised" License
34 stars 27 forks source link

onPayPalSuccess is never called #56

Closed ISAACJGSANTOS closed 3 months ago

ISAACJGSANTOS commented 3 months ago

I'm encountering an issue while testing my PayPal checkout implementation (version com.braintreepayments.api:paypal:4.39.0) in the sandbox environment. The onPayPalSuccess method isn't called when I confirm the payment, but the onPayPalFailure method is triggered with a UserCanceledException if I close the webview. There are also no error logs in the console. Any ideas on what might be causing this behavior?

Screenshot 2024-06-11 at 15 49 34