Skip to content

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

5.17.0

16 Apr 09:36
ccf7589
Compare
Choose a tag to compare
  • Changed sequence of placing Magento order/processing Amazon payment to reduce likelihood of
    transactions with no associated order IDs in Seller Central
  • 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

5.13.1

06 Jun 15:28
2f2051f
Compare
Choose a tag to compare
  • Fixed issue with invalid array reference if a transaction doesn’t have a charge permission
  • Fixed issue with GraphQL config query supporting omitPayloads
  • Fixed issue with switching stores to refresh the Amazon Pay button config

5.13.0

10 May 12:13
af9abfd
Compare
Choose a tag to compare
  • Added Graphql support
  • Added endpoints to fetch individual config types
  • Change how buttons are rendered so they are not blocked waiting for config
  • Fixed an error when using the REST complete endpoint with a declined card
  • Updated some translations