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

Added support for Apple Pay PKPaymentSummaryItem. #64

Closed bkovac closed 2 years ago

bkovac commented 3 years ago

PKPaymentSummaryItem support for Apple Pay. I needed this to make the payment screen more intuitive for my use case. It might be pretty useful, so consider merging it.

pikaju commented 2 years ago

Sorry for the late response. I will integrate this into the next release. Thank you very much!