File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.18.0] - 2022-08-23
10
+ ### Added
11
+ - Added the MyBank payment method
12
+ - Improved logging for failed POST notifications
13
+
14
+ ### Fixed
15
+ - Fixed an issue where in some cases VISA transactions could not be refunded through the backend
16
+
9
17
## [ 2.17.0] - 2022-07-11
10
18
### Added
11
19
- Added a configuration option for overriding when to send the order confirmation e-mail for pay later methods
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public function __construct(
56
56
*/
57
57
public function getPluginVersion (): string
58
58
{
59
- return '2.19 .0 ' ;
59
+ return '2.20 .0 ' ;
60
60
}
61
61
62
62
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " multisafepay/magento2-core" ,
3
3
"description" : " MultiSafepay core module for Magento 2" ,
4
- "version" : " 2.17 .0" ,
4
+ "version" : " 2.18 .0" ,
5
5
"require" : {
6
- "multisafepay/php-sdk" : " ^5.5 " ,
6
+ "multisafepay/php-sdk" : " ^5.6 " ,
7
7
"nyholm/psr7" : " ^1.4" ,
8
8
"psr/http-client" : " ^1.0" ,
9
9
"magento/framework" : " ^102.0|^103.0" ,
You can’t perform that action at this time.
0 commit comments