diff --git a/routes/web.php b/routes/web.php index 5bfa2975..099c4368 100644 --- a/routes/web.php +++ b/routes/web.php @@ -93,12 +93,12 @@ Route::get('/orders/refresh', function(){ FetchOrdersFromYDPortalJob::dispatch(); -// FetchWarehouseReceiveListFromVTPortalJob::withChain([ -// new FetchLoadedContainersFromVTPortalJob, -// new FetchPackingListFromVTPortalJob, -// new FetchContainersStatusUpdateFromVTPortalJob, -// new FetchDeliveryListFromVTPortalJob -// ])->dispatch(); + FetchWarehouseReceiveListFromVTPortalJob::withChain([ + new FetchLoadedContainersFromVTPortalJob, + new FetchPackingListFromVTPortalJob, + new FetchContainersStatusUpdateFromVTPortalJob, + new FetchDeliveryListFromVTPortalJob + ])->dispatch(); return redirect('orders');