File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 2.0.4
2+ * Fixed #33 - translate
3+
14## 2.0.3
25* Fixed #30 - RepayOrderCreateResponseHandler without PayU method
36* Fixed #24 and #29 - empty response for payByLinks
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Config implements PayUConfigInterface
1919 /**
2020 * Current Plugin Version
2121 */
22- const PLUGIN_VERSION = '2.0.3 ' ;
22+ const PLUGIN_VERSION = '2.0.4 ' ;
2323
2424 /**
2525 * @var \OpenPayU_Configuration
Original file line number Diff line number Diff line change 1010 " payu magento 2.4"
1111 ],
1212 "type" : " magento2-module" ,
13- "version" : " 2.0.3 " ,
13+ "version" : " 2.0.4 " ,
1414 "license" : " apache-2.0" ,
1515 "require" : {
1616 "php" : " >=7.4" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3- <module name =" PayU_PaymentGateway" setup_version =" 2.0.3 " >
3+ <module name =" PayU_PaymentGateway" setup_version =" 2.0.4 " >
44 <sequence >
55 <module name =" Magento_Customer" />
66 <module name =" Magento_Sales" />
You can’t perform that action at this time.
0 commit comments