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