Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/168
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 20, 2022
1 parent dc23e7e commit 1737457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Index/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Index extends \Magento\Framework\App\Action\Action {
* $result = $this->execute();
* https://github.com/magento/magento2/blob/2.2.1/lib/internal/Magento/Framework/App/Action/Action.php#L84-L125
*/
function execute():Json {return df_lxh(function() {return Json::i(Handler::p(df_my_local()
function execute():Json {return df_lxh(function():Json {return Json::i(Handler::p(df_my_local()
? df_json_file_read(BP . '/_my/test/2Checkout/3/4.REFUND_ISSUED.json') : $this->getRequest()->getParams()
));});}
}

0 comments on commit 1737457

Please sign in to comment.