This commit is contained in:
2026-03-12 02:35:29 +05:00
parent 03c692adbb
commit 1b27664780

View File

@@ -52,6 +52,8 @@ class SendSberToSystem implements ShouldQueue
$result = syncSberWithAzatAPI($orderItem);
if (isset($result['error'])) {
ignoreSberPayment($result['error'], $orderItem);
Log::channel('sber_job')->error(json_encode([
'error' => $result['error'],
'orderItem' => $orderItem,