Skip to content

Commit cce501a

Browse files
PLGMAG2V2-782: release version 3.7.1 (#101)
* PLGMAG2V2-782: release version 3.7.1 * Update composer.json
1 parent 2857613 commit cce501a

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
.DS_Store

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.7.1] - 2024-08-06
5+
### Fixed
6+
- PLGMAG2V2-753: Fixed an issue where a coupon could be decremented multiple times on multiple calls to the 'Cancel' controller
7+
- PLGMAG2V2-780: Fixed an issue where Store Credit would be returned twice
8+
9+
### Changed
10+
- PLGMAG2V2-778: Coupons will now be canceled through the OrderService on order cancelation and will happen either through the Notification webhook request or when restoring the cart, depending on the type of transaction
11+
412
## [3.7.0] - 2024-07-05
513
### Added
614
- PLGMAG2V2-741: Added Manual Capture support for the Card payment, Visa, Mastercard and Maestro gateways. For more information about this feature, please check the [MultiSafepay Manual Capture documentation](https://docs.multisafepay.com/docs/manual-capture).
@@ -12,8 +20,8 @@ All notable changes to this project will be documented in this file.
1220
- PLGMAG2V2-769: Fixed HTTP Response code being 0 in custom MultiSafepay HTTP Client
1321

1422
### Changed
15-
PLGMAG2V2-757: Remove payment additionalData when the quote has been restored
16-
PLGMAG2V2-767: Google Pay Direct AbortError is not being displayed on screen anymore when user closes the Payment Request dialog
23+
- PLGMAG2V2-757: Remove payment additionalData when the quote has been restored
24+
- PLGMAG2V2-767: Google Pay Direct AbortError is not being displayed on screen anymore when user closes the Payment Request dialog
1725

1826
## [3.6.0] - 2024-05-15
1927
### Added

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "multisafepay/magento2",
33
"description": "MultiSafepay module suite for Magento 2",
4-
"version": "3.7.0",
4+
"version": "3.7.1",
55
"require": {
6-
"multisafepay/magento2-core": "3.7.0",
7-
"multisafepay/magento2-frontend": "2.6.1",
6+
"multisafepay/magento2-core": "3.7.1",
7+
"multisafepay/magento2-frontend": "2.6.2",
88
"multisafepay/magento2-adminhtml": "1.29.0",
99
"multisafepay/magento2-catalog-inventory": "1.0.3",
1010
"multisafepay/magento2-msi": "1.0.2"

0 commit comments

Comments
 (0)