File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
|Repository | Ratepay Module for Magento 2
5
5
|------|----------
6
6
|Author | Robert Müller
7
- |Module-Version | ` 2.1.5 `
7
+ |Module-Version | ` 2.1.6 `
8
8
|Compatibility | Magento 2.3.0 - 2.4.x
9
9
|Link | http://www.ratepay.com
10
10
|Mail | integration@ratepay.com
@@ -23,6 +23,11 @@ php bin/magento cache:clean
23
23
24
24
## Changelog
25
25
26
+ ### Version 2.1.6 - Released 2022-09-07
27
+ * Fixed error message when entered IBAN was invalid
28
+ * Fixed sandbox mode problem for capture-, refund- and cancel-mechanisms with certain configurations
29
+ * Added copyright header to all files
30
+
26
31
### Version 2.1.5 - Released 2022-08-22
27
32
* Added proxy mode for IP determination when shop server is behind a proxy
28
33
* Visual adjustments to instalment calculator
Original file line number Diff line number Diff line change 2
2
"name" : " ratepay/magento2-payment" ,
3
3
"description" : " Official Ratepay Payments Extension for Magento 2" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 2.1.5 " ,
5
+ "version" : " 2.1.6 " ,
6
6
"license" : " MIT" ,
7
7
8
8
"require" : {
Original file line number Diff line number Diff line change 8
8
*/
9
9
-->
10
10
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
11
- <module name =" RatePAY_Payment" setup_version =" 2.1.5 " >
11
+ <module name =" RatePAY_Payment" setup_version =" 2.1.6 " >
12
12
<sequence >
13
13
<module name =" Magento_OfflinePayments" />
14
14
</sequence >
You can’t perform that action at this time.
0 commit comments