File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-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.12 `
7
+ |Module-Version | ` 2.1.13 `
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,9 @@ php bin/magento cache:clean
23
23
24
24
## Changelog
25
25
26
+ ### Version 2.1.13 - Released 2024-10-02
27
+ * Transmit basket items with 4 decimal places where needed to limit rounding problems in certain situations
28
+
26
29
### Version 2.1.12 - Released 2024-06-17
27
30
* Fixed proxy mode bug in Mage 2.4.7
28
31
* Fixed problems with inline javascript in backend in Mage 2.4.7
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.12 " ,
5
+ "version" : " 2.1.13 " ,
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.12 " >
11
+ <module name =" RatePAY_Payment" setup_version =" 2.1.13 " >
12
12
<sequence >
13
13
<module name =" Magento_OfflinePayments" />
14
14
</sequence >
You can’t perform that action at this time.
0 commit comments