Skip to content

Commit 84e6232

Browse files
1.7.0
1 parent 88855ae commit 84e6232

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Controller/Index/Index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class Index extends \Magento\Framework\App\Action\Action {
2424
* @return Json
2525
*/
2626
function execute() {return df_leh(function() {return Json::i(Handler::p(df_my_local()
27-
? df_json_decode(file_get_contents(BP . '/_my/test/2Checkout/3/4.REFUND_ISSUED.json'))
28-
: $this->getRequest()->getParams()
27+
? df_json_file_read(BP . '/_my/test/2Checkout/3/4.REFUND_ISSUED.json') : $this->getRequest()->getParams()
2928
));});}
3029
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/2checkout"
3-
,"version": "1.6.9"
3+
,"version": "1.7.0"
44
,"description": "2Checkout integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/2checkout"
@@ -11,7 +11,7 @@
1111
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=7.6.7", "2checkout/2checkout-php": "*"}
14+
,"require": {"mage2pro/core": ">=8.1.1", "2checkout/2checkout-php": "*"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TwoCheckout\\": ""}}
1616
,"keywords": [
1717
"2Checkout"

0 commit comments

Comments
 (0)