File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments