From c49d43f000e502b8c2e7b862e4f45254ca1a5dbc Mon Sep 17 00:00:00 2001 From: omair saleh Date: Thu, 22 Sep 2022 13:25:40 +0800 Subject: [PATCH] debug vt container update script --- .../Processors/FetchLoadedContainersFromVTPortalProcessor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Classes/Modules/PackingLists/Processors/FetchLoadedContainersFromVTPortalProcessor.php b/app/Classes/Modules/PackingLists/Processors/FetchLoadedContainersFromVTPortalProcessor.php index fcc698ad..ee511a0b 100644 --- a/app/Classes/Modules/PackingLists/Processors/FetchLoadedContainersFromVTPortalProcessor.php +++ b/app/Classes/Modules/PackingLists/Processors/FetchLoadedContainersFromVTPortalProcessor.php @@ -153,7 +153,6 @@ class FetchLoadedContainersFromVTPortalProcessor $containerObject = new ContainerObject($container[0], str_replace(' ', '', $container[24]), str_replace(' ', '', $container[16]), ContainerTypes::FORTY_FEET_DRY_CONTAINER, Carbon::parse($container[6]), ApprovalStatus::PENDING_VERIFICATION); $containerInfo = $container; - dd($containerInfo); try { $container = $this->fetchesContainer->execute(['reference' => $containerObject->getReference()]);