mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 14:34:19 +00:00
fix yd fetch data
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user