Skip to content

Commit 5ba4648

Browse files
1 parent 796fd40 commit 5ba4648

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Handler.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ static function p(array $req) {/** @var Phrase|string $r */
7777
}
7878
catch (E $e) {
7979
df_500();
80-
df_sentry(__CLASS__, $e, ['extra' => ['request' => $req]]);
80+
# 2023-07-25
81+
# "Change the 3rd argument of `df_sentry` from `$context` to `$extra`": https://github.com/mage2pro/core/issues/249
82+
df_sentry(__CLASS__, $e, ['request' => $req]);
8183
if (df_my_local()) {
8284
throw $e; # 2016-03-27 Show the stack trace on the screen
8385
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/checkout.com"
3-
,"version": "1.7.1"
3+
,"version": "1.7.2"
44
,"description": "Checkout.com integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/checkout-com"
@@ -11,7 +11,7 @@
1111
"homepage": "https://upwork.com/fl/mage2pro",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=9.0.2", "mage2pro/phone": ">=1.0.0", "checkout/checkout-php-api": "^1.2.3"}
14+
,"require": {"mage2pro/core": ">=9.7.8", "mage2pro/phone": ">=1.0.0", "checkout/checkout-php-api": "^1.2.3"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\CheckoutCom\\": ""}}
1616
,"keywords": [
1717
"3D Secure"

0 commit comments

Comments
 (0)