debug vt container update script

This commit is contained in:
omair saleh
2022-09-22 13:25:40 +08:00
parent 1e06e4db21
commit c49d43f000
@@ -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()]);