google-pay / flutter-plugin

Apache License 2.0
145 stars 130 forks source link

canMakePaymentsUsingNetworks functionality #141

Open JudahMcNicholl opened 2 years ago

JudahMcNicholl commented 2 years ago

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?

simonpham commented 2 years ago

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

JlUgia commented 2 years ago

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.