mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 15:34:24 +00:00
missing orders
This commit is contained in:
+1
-4
@@ -133,10 +133,7 @@ class FetchWarehouseReceiveListFromVTPortalProcessor
|
||||
$response = $this->fetchesDataFRomVTPortal->getResponseBody($warehouseListRequest);
|
||||
|
||||
foreach ($response->Rows as $parcel){
|
||||
if($parcel[5] !== 'MS/CIEF/737MCC/86511390'){
|
||||
continue;
|
||||
}
|
||||
dd($parcel);
|
||||
|
||||
$marking = explode('/', explode('CIEF/', $parcel[5])[1]);
|
||||
|
||||
if(!array_key_exists(1, $marking)){
|
||||
|
||||
Reference in New Issue
Block a user