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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Sequence of order submission/transaction processing has been reversed; the module now places the order in Magento before processing Amazon Payment. This may cause an increase in canceled orders if something goes wrong with payment processing, but should greatly reduce the number of transactions in Seller Central with no associated Magento order
Fixed KeyUpgrade patch error when the database tables are prefixed
Fixed overwriting of existent CV2 configs on KeyUpgrade
Improved behavior of PDP button (ensure product is added to cart before initiating Amazon checkout)
Fixed unresponsive PDP button on Safari mobile
Fixed non-centered PDP button on mobile view
Fixed incorrect type casting when decrypting Auto Key Exchange payloads
Fixed updateCheckoutSession call in headless environments when the session helper returns
a new/empty quote (thanks, @bheindl!)
Changed response format of checkout session details GraphQL query to adhere to best practices
(thanks, @dimitriBouteille!)
Added Amazon Pay payment region to storeConfig GraphQL query (thanks again, @dimitriBouteille!)