Laravel Vapor - New table and command to handle delayed jobs

This commit is contained in:
Dillon Ngo
2024-09-19 08:54:11 +08:00
parent fed40d8384
commit c19c44bfbe
@@ -45,7 +45,7 @@ class ProcessDelayedJobsV2Command extends Command
Log::info('ProcessDelayedJobsV2Command updatePerfexCRMObject : ' . json_encode($params['updatePerfexCRMObject']));
Log::info('ProcessDelayedJobsV2Command shouldCreateInvoice : ' . json_encode($params['shouldCreateInvoice']));
$updatePerfexCRMObject = UpdatePerfexCRMObject::fromJson($params['updatePerfexCRMObject']);
$updatePerfexCRMObject = UpdatePerfexCRMObject::fromJson(json_encode($params['updatePerfexCRMObject']));
$singleDelayedJob = new $jobClass(
$params['packingList'],