some stan
This commit is contained in:
@@ -272,7 +272,7 @@ class OnlinePaymentRepository
|
||||
$response = $this->provider->checkPayment($orderId);
|
||||
|
||||
if ($response['errorCode'] != '0') {
|
||||
return $this->paymentFailed($response['errorMessage']);
|
||||
return $this->paymentFailed($response['errorMessage']); // @phpstan-ignore-line
|
||||
}
|
||||
|
||||
return $response['paymentAmountInfo']['depositedAmount'] > 0 // @phpstan-ignore-line
|
||||
|
||||
Reference in New Issue
Block a user