fix yd fetch data

This commit is contained in:
omair saleh
2022-01-04 20:38:02 +08:00
parent 39391990af
commit e70d804c32
@@ -207,7 +207,7 @@ class FetchOrderListsFromYdPortalProcessor
try{
$packingList = $this->fetchesPackingList->execute(['reference' => $row->expressno, 'type' => PackingListType::SHIPPING_PACKING_LIST]);
dump($packingList);
dump($packingList->transports);
} catch (ResourceNotFoundException $exception){
$warehouseReceiveObject = new PackingListObject($packingListReference, $order->orderRoles()->where('role_id', '=', OrderRoleTypes::ORIGIN_FREIGHT_FORWARDER)->first()->appointee->id, PackingListType::WAREHOUSE_RECEIVE_LIST, ApprovalStatus::APPROVED);