debug loaded container job

This commit is contained in:
omair saleh
2021-12-07 12:55:01 +08:00
parent a26368b728
commit 3bfb67b55a
@@ -65,7 +65,7 @@ class FetchDeliveryListFromVTPortalProcessor
$shippingPackingListsRequest = $this->fetchesDataFRomVTPortal->clientRequest('http://portal.vtnation.com.my/Services/DataControllerService.asmx/GetPage', 'POST', json_decode('{"controller":"VPodetailparcel","view":"grid1","request":{"PageIndex":-1,"PageSize":10000,"SortExpression":"CreatedOn asc","Filter":'.$filter.'}}'), '');
$shippingPackingLists = $this->fetchesDataFRomVTPortal->getResponseBody($shippingPackingListsRequest);
dd($shippingPackingLists->Rows);
$shippingPackingList = $shippingPackingLists->Rows[0];
if(!$shippingPackingList[9] && !$shippingPackingList[10]) {