mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-09-01 19:04:08 +00:00
debug yd api
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ class FetchDeliveryUpdatesFromYdPortalProcessor
|
||||
public function execute()
|
||||
{
|
||||
$packingLists = PackingList::where('type', PackingListType::SHIPPING_PACKING_LIST)->whereRaw('LENGTH(reference) > 12')->doesntHave('transports')->first();
|
||||
|
||||
dd($packingLists);
|
||||
foreach ($packingLists->chunk(50) as $chunk) {
|
||||
|
||||
foreach ($chunk as $packingList){
|
||||
|
||||
Reference in New Issue
Block a user