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; }