This commit is contained in:
2025-11-16 18:05:56 +05:00
parent 19abe08a90
commit f506972c91

View File

@@ -270,10 +270,6 @@ class OnlinePaymentRepository
$this->provider->setPassword($password);
$response = $this->provider->checkPayment($orderId);
if ($response['errorCode'] == '99') {
return $this->paymentFailed('(REQUEST FAILURE)');
}
if ($response['errorCode'] != '0') {
return $this->paymentFailed($response['errorMessage']);
}