From 6c8b4fc797355d7308797e11c3b517bdfc7441eb Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Mon, 2 Jun 2025 07:34:21 +0000 Subject: [PATCH] bitpay bug finder --- hesabixCore/src/Service/PayMGR.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hesabixCore/src/Service/PayMGR.php b/hesabixCore/src/Service/PayMGR.php index 072d7ec..9c9a4fa 100644 --- a/hesabixCore/src/Service/PayMGR.php +++ b/hesabixCore/src/Service/PayMGR.php @@ -183,6 +183,9 @@ class PayMGR $res['authkey'] = $result; $res['targetURL'] = "https://bitpay.ir/payment/gateway-$result-get"; } + else{ + var_dump($result); + } } return $res; }