Skip to content

Releases: amzn/amazon-payments-magento-2-plugin

5.18.0

30 Sep 10:14
658f831
Compare
Choose a tag to compare
  • Added product page promo banner functionality and configuration

5.17.1

18 Jun 14:51
50ec143
Compare
Choose a tag to compare
  • 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

16 Apr 09:36
ccf7589
Compare
Choose a tag to compare
  • 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

10 Oct 08:10
2b1fa0b
Compare
Choose a tag to compare
  • Remove platform/module version information from button payloads
  • Fixed admin display bug regarding upgrading legacy keys when a CV2 public key ID already exists
  • Fixed invoice comment noise with Automatic Authorization Mode

5.16.0

18 Jul 08:25
e5d32fe
Compare
Choose a tag to compare
  • 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

27 Apr 09:29
de386a5
Compare
Choose a tag to compare
  • Added Key Upgrade feature (automatically upgrade CV1 keys to CV2 if updating from legacy module)
  • Fixed backward compatibility with Zend availability
  • Fixed render issue with multiple Amazon Sign In buttons on the same page

5.14.3

12 Apr 17:03
0f62683
Compare
Choose a tag to compare
  • Fixed PHP 7 compatibility

5.14.2

30 Mar 07:37
01c3136
Compare
Choose a tag to compare
  • Removed usage of Zend libraries and updated requirements for PHP 8.2/Magento 2.4.6 compatibility
  • Fixed issue where coupon usage is not properly decremented when placing order fails

5.14.1

24 Aug 15:05
0e9aa6e
Compare
Choose a tag to compare
  • Changed how buttons are rendered for compatibility with estimated order amount feature
  • Removed estimated order amount from PDP button

5.14.0

01 Aug 07:40
d2070bf
Compare
Choose a tag to compare
  • 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