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
Currently, a preview image of the Amazon Pay button is being rendered in the editor. With new changes about to be introduced in Core, we are asking payment extensions to render the actual buttons in the editor instead of a preview. This has several benefits:
It gives the merchant a more accurate representation of what the shopper would see on the front end of a store
It provides feedback to the merchant as to which express payment buttons support the new height and border radius controls
This will involve:
loading the SDK or client side scripts which load the button in the editor
When calling registerExpressPaymentMethod, passing the same component to the edit property as the content property.
The text was updated successfully, but these errors were encountered:
Currently, a preview image of the Amazon Pay button is being rendered in the editor. With new changes about to be introduced in Core, we are asking payment extensions to render the actual buttons in the editor instead of a preview. This has several benefits:
This will involve:
registerExpressPaymentMethod
, passing the same component to theedit
property as thecontent
property.The text was updated successfully, but these errors were encountered: