bug fix in payments

This commit is contained in:
Hesabix 2025-06-02 08:12:09 +00:00
parent 6c8b4fc797
commit 11239f06f1

View file

@ -183,9 +183,7 @@ class PayMGR
$res['authkey'] = $result;
$res['targetURL'] = "https://bitpay.ir/payment/gateway-$result-get";
}
else{
var_dump($result);
}
}
return $res;
}