flutter-plugin icon indicating copy to clipboard operation
flutter-plugin copied to clipboard

canMakePaymentsUsingNetworks functionality

Open JudahMcNicholl opened this issue 2 years ago • 2 comments

If a user on Apple hasn't set up there card in the wallet then the button will not show, but sometimes the desired functionality is to show a button to direct them to setUp (https://stackoverflow.com/questions/51727723/what-behaviour-is-pereferable-for-apple-pay-button-if-no-cards-in-the-wallet)

Is this functionality that will/or is added in this package?

JudahMcNicholl avatar Jul 11 '22 01:07 JudahMcNicholl

We should use canMakePayments instead of canMakePaymentsUsingNetworks. However, it is not supported for now.

simonpham avatar Jul 18 '22 01:07 simonpham

New and useful functionality is very welcome. If you'd like to propose the changes yourself, feel free to issue a PR directly. If you prefer to propose the change to the community, the discussions sections is a great place to start and gauge interest.

JlUgia avatar Aug 17 '22 10:08 JlUgia