fix package component before loading to container

This commit is contained in:
omair saleh
2021-12-29 03:30:42 +08:00
parent 906623bad3
commit 41d9769d04
+6 -6
View File
@@ -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');