You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The transactionInfo.checkoutOption property provides the ability to change the submit button in the GooglePay payment sheet as per GooglePay API documentation here.
The full transactionInfo object is exposed in the adyen-web GooglePay configuration so this would be aiming for feature parity across sdks.
The text was updated successfully, but these errors were encountered:
The business case here is that the default checkoutOption displays the GooglePay payment sheet button as "Continue" which is confusing to customers if they aren't required to complete any "additional steps" before completing the transaction.
By exposing this value, the merchant is able to overwrite the "Continue" button to display "Pay" instead which makes more sense in this situation. There are also additional configurable options under the "transactionInfo" object which will offer more customisation options for merchants.
Additionally, this feature is available in our web sdk and we should be aiming for feature parity across our sdk offerings.
Is your feature request related to a problem? Please describe.
The transactionInfo.checkoutOption property provides the ability to change the submit button in the GooglePay payment sheet as per GooglePay API documentation here.
The full transactionInfo object is exposed in the adyen-web GooglePay configuration so this would be aiming for feature parity across sdks.
The text was updated successfully, but these errors were encountered: