YD curl request

This commit is contained in:
omair saleh
2021-12-29 01:02:11 +08:00
parent 6b4d2736c5
commit b707717418
+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');