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

Direct paypal flow (android and ios) #28

Closed jameshp closed 4 years ago

jameshp commented 4 years ago

This pull request would extends the functionality of the plugin to enable direct paypal checkout flow (without using the Drop-in UI from braintree). This might be useful in cases where you need just paypal and don't want to be able to pay with credit card (which was a usecase I had, and the drop-in UI does not allow to disable credit card payments).

I've