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

Billing address in the paypal response, is it possible? #162

Open h3nr1ke opened 1 month ago

h3nr1ke commented 1 month ago

Hello,

thanks for the amazing plugin

I need the billing address in the paypal response (the moment we get the nonce) but right now there is no option for that.

This is not possible or it is just not implemented?

I was reading the braintree docs about Android and iOS and I am not sure if this is a feature or should I create another strategy.

The odd part, this is totaly possible when we are using Javascript implementation... maybe it is there but is not so obvious, anyone has a workaround for this??

thanks for the help

fhdeodato commented 1 month ago

Hey, it is possible and you can take a look at this PR to see how to add it https://github.com/pikaju/flutter-braintree/pull/165