This commit is contained in:
2025-09-10 18:05:45 +05:00
parent 7ca24207fb
commit ef7c30a235

View File

@@ -47,7 +47,10 @@ class SendSberToSystem implements ShouldQueue
$result = syncWithAzatAPI($orderItem); $result = syncWithAzatAPI($orderItem);
if (isset($result['error'])) { if (isset($result['error'])) {
Log::channel('sber_job')->error($result['error']); Log::channel('sber_job')->error(json_encode([
'error' => $result['error'],
'orderItem' => $orderItem,
]));
} }
} }
} }