This commit is contained in:
2025-09-10 17:20:57 +05:00
parent 23ee71f4a4
commit 19f87050dd

View File

@@ -537,6 +537,10 @@ function syncWithAzatAPI(SberPaymentOrderItem $orderItem): array
$response = checkOnlinePayment($onlinePaymentResource->orderId, $result['username'], $result['password']); $response = checkOnlinePayment($onlinePaymentResource->orderId, $result['username'], $result['password']);
info([
'response' => $response,
]);
if ($response['errorCode'] != 0) { if ($response['errorCode'] != 0) {
return [ return [
'error' => $response['errorMessage'], 'error' => $response['errorMessage'],