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 126 forks source link

Add supported networks parameter for apple pay request #119

Closed dessonchan closed 1 year ago

dessonchan commented 2 years ago

Added a new parameter supportedNetworks on BraintreeApplePayRequest for passing supported card type (Visa, Master card, Amex and/or Discover) to filter accepted card type on Apple Pay.

Also updated Braintree pod version and added Apple Pay request on example

pikaju commented 1 year ago

Thank you!