This commit is contained in:
2025-09-10 18:04:26 +05:00
parent e64cf34c90
commit 7ca24207fb
2 changed files with 8 additions and 1 deletions

View File

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