mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
fix yd fetch data
This commit is contained in:
@@ -154,6 +154,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
$rows = $this->fetchesDataFRomYDPortal->getResponseBody($orderRequest);
|
||||
|
||||
foreach($rows->data as $row){
|
||||
DB::beginTransaction();
|
||||
|
||||
$containerReference = null;
|
||||
$loadingDate = null;
|
||||
@@ -292,6 +293,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
|
||||
}
|
||||
|
||||
DB::commit();
|
||||
dump('added');
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user