We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66799fc commit 3ea26cdCopy full SHA for 3ea26cd
CHANGELOG.md
@@ -1,2 +1,5 @@
1
+## 1.0.1
2
+ * Fix create refund and invoice from admin
3
+
4
## 1.0.0
5
* First release for Magento 2.4
Model/Config.php
@@ -25,7 +25,7 @@ class Config implements PayUConfigInterface
25
/**
26
* Current Plugin Version
27
*/
28
- const PLUGIN_VERSION = '1.0.0';
+ const PLUGIN_VERSION = '1.0.1';
29
30
31
* @var \OpenPayU_Configuration
composer.json
@@ -10,7 +10,7 @@
10
"payu magento 2.4"
11
],
12
"type": "magento2-module",
13
- "version": "1.0.0",
+ "version": "1.0.1",
14
"license": [
15
"OSL-3.0",
16
"AFL-3.0"
0 commit comments