Adds support for IsReadyToPayRequest.existingPaymentMethodRequired to emit a google-pay-not-available error and not render the button if the user does not have a card that is supported by merchant's gateway configuration.
This can be configured via the existingPaymentMethodRequired option in recurly.GooglePay.
Adds support for
IsReadyToPayRequest.existingPaymentMethodRequired
to emit agoogle-pay-not-available
error and not render the button if the user does not have a card that is supported by merchant's gateway configuration.This can be configured via the
existingPaymentMethodRequired
option inrecurly.GooglePay
.