debug vt container update script

This commit is contained in:
omair saleh
2022-09-22 13:24:12 +08:00
parent 3b449fc812
commit 1e06e4db21
@@ -153,6 +153,7 @@ 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()]);