debug loaded container job

This commit is contained in:
omair saleh
2021-12-07 12:32:44 +08:00
parent c3050445e1
commit a1a9ffa0aa
@@ -56,7 +56,7 @@ class FetchDeliveryListFromVTPortalProcessor
try {
$packingLists = PackingList::where('type', '=', PackingListType::SHIPPING_PACKING_LIST)->whereIn('status', [ApprovalStatus::APPROVED, ApprovalStatus::SUSPENDED])->get();
dd($packingLists);
/** @var PackingList $packingList */
foreach($packingLists as $packingList){
try {
@@ -87,6 +87,7 @@ dd($packingLists);
$deliveryStep->update(['status' => ApprovalStatus::COMPLETED]);
} catch (GuzzleException $exception) {
dd($exception);
continue;
}