bitpay bug finder

This commit is contained in:
Hesabix 2025-06-02 07:34:21 +00:00
parent 0f664223dd
commit 6c8b4fc797

View file

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