some stan

This commit is contained in:
2025-11-18 00:34:40 +05:00
parent 73448548e7
commit bc45f2756e
3 changed files with 4 additions and 3 deletions

View File

@@ -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