Skip to content

Commit

Permalink
1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 3, 2023
1 parent ae2bacb commit 1c7c59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ final static function p(array $request) {/** @var mixed $r */
if (df_my_local()) {
throw $th; # 2016-03-27 Удобно видеть стек на экране.
}
$r = __($th->getMessage());
$r = __(df_xts($th));
}
return $r;
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/2checkout"
,"version": "1.7.5"
,"version": "1.7.6"
,"description": "2Checkout integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/2checkout"
Expand Down

0 comments on commit 1c7c59a

Please sign in to comment.