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

How to change the payee when making a purchase #154

Open AdivonSlav opened 3 months ago

AdivonSlav commented 3 months ago

Hello, I'm currently trying to implement flutter_braintree in a Flutter app i'm doing as a university project. For my specific needs, I need to be able to support payments between users. In the Braintree and PayPal docs, simply setting the payee makes this possible. Is there any way in flutter_braintree to do this, or if not what would be needed to add his functionality to flutter_braintree? Thank you!