google-pay / flutter-plugin

Apache License 2.0
145 stars 129 forks source link

RawGooglePayButton requires a PaymentConfiguration #273

Open JudahMcNicholl opened 3 months ago

JudahMcNicholl commented 3 months ago

RawGooglePayButton requires PaymentConfiguration but this doesn't allow us to use flutter_pay's Pay client effectively.

JlUgia commented 1 month ago

Can you elaborate on that @JudahMcNicholl? The RawGooglePayButton now uses the PayButton API for Google Pay, which requires initialization parameters from the configuration. (see https://developers.google.com/pay/api/android/guides/resources/pay-button-api).