From 6b491cc2e5b5908debf02fa605339d5f1a31caa8 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 3 Jan 2022 16:16:02 +0800 Subject: [PATCH] fix yd fetch data --- routes/web.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index 1ae2a274..099c4368 100644 --- a/routes/web.php +++ b/routes/web.php @@ -106,9 +106,8 @@ Route::get('/orders/refresh', function(){ Route::get('/containers/refresh', function(){ - FetchPackingListFromVTPortalJob::dispatch(); // FetchLoadedContainersFromVTPortalJob::dispatch(); -// FetchContainersStatusUpdateFromVTPortalJob::dispatch(); + FetchContainersStatusUpdateFromVTPortalJob::dispatch(); return redirect('orders');