From 11239f06f1b9fec5968a36548b06e5dd6e6a0cfe Mon Sep 17 00:00:00 2001 From: Babak Alizadeh Date: Mon, 2 Jun 2025 08:12:09 +0000 Subject: [PATCH] bug fix in payments --- hesabixCore/src/Service/PayMGR.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hesabixCore/src/Service/PayMGR.php b/hesabixCore/src/Service/PayMGR.php index 9c9a4fa..1b60584 100644 --- a/hesabixCore/src/Service/PayMGR.php +++ b/hesabixCore/src/Service/PayMGR.php @@ -183,9 +183,7 @@ class PayMGR $res['authkey'] = $result; $res['targetURL'] = "https://bitpay.ir/payment/gateway-$result-get"; } - else{ - var_dump($result); - } + } return $res; }