This commit is contained in:
2025-09-10 17:22:21 +05:00
parent 19f87050dd
commit 5245f484a0

View File

@@ -538,7 +538,7 @@ function syncWithAzatAPI(SberPaymentOrderItem $orderItem): array
$response = checkOnlinePayment($onlinePaymentResource->orderId, $result['username'], $result['password']); $response = checkOnlinePayment($onlinePaymentResource->orderId, $result['username'], $result['password']);
info([ info([
'response' => $response, 'response' => $response->body(),
]); ]);
if ($response['errorCode'] != 0) { if ($response['errorCode'] != 0) {