diff --git a/CHANGELOG.md b/CHANGELOG.md index a649567b..6d533c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 5.14.3 +* Fixed PHP 7 compatibility + ## 5.14.2 * 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 diff --git a/Model/CheckoutSessionManagement.php b/Model/CheckoutSessionManagement.php index a059ed1a..c672b24f 100755 --- a/Model/CheckoutSessionManagement.php +++ b/Model/CheckoutSessionManagement.php @@ -279,7 +279,7 @@ public function __construct( \Amazon\Pay\Logger\Logger $logger, Session $session, Translate $translationRenderer, - UpdateCouponUsages $updateCouponUsages, + UpdateCouponUsages $updateCouponUsages ) { $this->storeManager = $storeManager; $this->quoteIdMaskFactory = $quoteIdMaskFactory; diff --git a/README.md b/README.md index 5988f75f..e4316490 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The following table provides an overview on which Git branch is compatible to wh Magento Version | Github Branch | Latest release ---|---|--- 2.2.6 - 2.2.11 (EOL) | [V2checkout-1.2.x](https://github.com/amzn/amazon-payments-magento-2-plugin/tree/V2checkout-1.2.x) | 1.20.0 (EOL) -2.3.0 - 2.4.x | [master](https://github.com/amzn/amazon-payments-magento-2-plugin/tree/master) | 5.14.2 +2.3.0 - 2.4.x | [master](https://github.com/amzn/amazon-payments-magento-2-plugin/tree/master) | 5.14.3 ## Release Notes See [CHANGELOG.md](/CHANGELOG.md) diff --git a/composer.json b/composer.json index 1a822623..8972185b 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "amzn/amazon-pay-magento-2-module", "description": "Official Magento2 Plugin to integrate with Amazon Pay", "type": "magento2-module", - "version": "5.14.2", + "version": "5.14.3", "license": [ "Apache-2.0" ],