Releases: amzn/amazon-payments-magento-2-plugin
Releases · amzn/amazon-payments-magento-2-plugin
5.18.0
5.17.1
- Changed php allowed versions to include 8.3
- Fixed issue where orders could be processing but not capture payment
- Fixed issue with amazon-product-add.js 404 not found (thanks @tim-breitenstein-it!)
- Fixed issue where a variable could be undefined (thanks @dimitriBouteille!)
- Fixed issue where incorrect message "can't create invoice" could be displayed
Note: Sequence of order submission/transaction processing has been reversed as of 5.17.0; 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
5.17.0
- 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!)
5.16.1
5.16.0
- Added support for subscriptions, requires the ParadoxLabs Adaptive Subscription module
- Added platformid for APB payload
- Fixed phpcs warnings for php 8
- Fixed issue with installing the module when there is no existing CV1 config
- Fixed issue when an Allowed Country was somehow saved with an empty string
5.15.0
5.14.3
5.14.2
5.14.1
5.14.0
- Added configurable options for checkout and signin cancel return urls
- Added estimated order amount to the button payload
- Fixed issue with ExceptionLogger using a removed method
- Fixed issue with customer names having characters that Magento doesn’t allow
- Fixed issue with APB and virtual orders when taxes are applied
- Improved compatibility with b2b modules and address display
- Updated config to not show Auto Key Exchange button for JPY as it is not supported