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

[Android] Fixing PayPal without Drop-in #140

Open muccy opened 8 months ago

muccy commented 8 months ago

Despite what's written in commit messages, I didn't update SDK version.

I'm still under the strong impression that paying with PayPal drop-in doesn't work, but I hadn't the time to fix also that problem (sorry)

muccy commented 8 months ago

I've just completed the PayPal request parameters on Android, too

wwwdata commented 6 months ago

Hm, this PR is open for a long time now :D Is this plugin still maintained?

Could you summarize again quickly why you made those changes? When I test out the Custom Activity with browser-switch it all works fine without your changes. But thanks a lot for the documentation of how to properly configure the Custom Activity.

It also still works after upgrading to the latest drop-in sdk without your changes #145

muccy commented 6 months ago

Hi, I made these changes because I needed PayPay payment but not using drop-in. At that time, Android app displayed a blank activity and then was not able to process the payment. I don't know if upgrading fixes all the problems now. Maybe I'll try, maybe not because the app that uses these changes is already in production for thousands of people. Thanks a lot for the info

wwwdata commented 6 months ago

Ok, I am also using your PR now with the latest drop-in version from Braintree. I had some issues/crashes before on some devices and your changes fixed them for me.

Let's hope that some day this will be merged in.