debug claim packing list

This commit is contained in:
omair saleh
2022-07-26 11:05:28 +08:00
parent b73ef5a386
commit ee2208c992
@@ -223,6 +223,7 @@ class FetchLoadedContainersFromVTPortalProcessor
try {
$warehousePackingList = $this->fetchesPackingList->execute(['reference' => $packingList[3]]);
if(!$warehousePackingList->owner instanceof Order) throw new ResourceNotFoundException;
$order = $warehousePackingList->owner;
} catch (ResourceNotFoundException $exception) {
try {