We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ed804e + 1e34c69 commit caa3e09Copy full SHA for caa3e09
composer.json
@@ -5,7 +5,7 @@
5
"php": ">=5.6"
6
},
7
"type": "magento2-module",
8
- "version": "1.2.3",
+ "version": "1.3.0",
9
"license": [
10
"OSL-3.0",
11
"AFL-3.0"
@@ -24,4 +24,4 @@
24
"Balancepay\\Balancepay\\": ""
25
}
26
27
-}
+}
etc/module.xml
@@ -11,7 +11,7 @@
*/
12
-->
13
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
14
- <module name="Balancepay_Balancepay" setup_version="1.2.3">
+ <module name="Balancepay_Balancepay" setup_version="1.3.0">
15
<sequence>
16
<module name="Magento_Sales"/>
17
<module name="Magento_Payment"/>
0 commit comments