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
Problem:
We cannot customize Google Pay button radius.
Is your feature request related to a problem? Please describe.
In the GooglePayButton component, it should support buttonRadius prop, however, Adyen's Google Pay button doesn't pass buttonRadius prop
Problem:
We cannot customize Google Pay button radius.
Is your feature request related to a problem? Please describe.
In the GooglePayButton component, it should support
buttonRadius
prop, however, Adyen's Google Pay button doesn't passbuttonRadius
propGooglePayButton documentation:
https://developers.google.com/pay/api/web/reference/request-objects#ButtonOptions
Adyen Google Pay button documentation:
https://docs.adyen.com/payment-methods/google-pay/web-component/
Proposed solution:
Adyen should pass
borderRadius
prop herehttps://github.com/Adyen/adyen-web/blob/main/packages/lib/src/components/GooglePay/GooglePay.tsx#L135-L143
The text was updated successfully, but these errors were encountered: