This commit is contained in:
2026-03-09 16:11:21 +05:00
parent ca2112d0e6
commit 924ed64527
2 changed files with 5 additions and 6 deletions

View File

@@ -39,11 +39,6 @@ class SendVisaToSystem implements ShouldQueue
$result = syncVisaWithAzatAPI($orderItem);
if (isset($result['error'])) {
Log::channel('visa_job')->error(json_encode([
'error' => $result['error'],
'orderItem' => $orderItem,
]));
}
if (isset($result['error'])) {}
}
}