From 000c212085efc32167b864a866e08f3d9c034ed1 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Mon, 29 Jun 2026 11:38:37 +0800 Subject: [PATCH] Fix server error reported by Kanisha: failed to approve address due to an error related to VT portal: Client error: POST http://portal.vtnation.com.my/Services/DataControllerService.asmx/Login --- .../ControllersLogic/UpdatePackingListStatusLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Classes/Modules/PackingLists/ControllersLogic/UpdatePackingListStatusLogic.php b/app/Classes/Modules/PackingLists/ControllersLogic/UpdatePackingListStatusLogic.php index 306866aa..dc0116c1 100644 --- a/app/Classes/Modules/PackingLists/ControllersLogic/UpdatePackingListStatusLogic.php +++ b/app/Classes/Modules/PackingLists/ControllersLogic/UpdatePackingListStatusLogic.php @@ -77,7 +77,7 @@ class UpdatePackingListStatusLogic extends AbstractControllerLogic // $appointee = $address->owner->orderRoles()->where('role_id', '=', OrderRoleTypes::ORIGIN_FREIGHT_FORWARDER)->first()->appointee->id; - $this->updateDoFromVTPortalProcessor->execute($packingList); + // $this->updateDoFromVTPortalProcessor->execute($packingList); $this->updateDoFromYDPortalProcessor->execute($packingList); return $this->resourceResponse(new PackingListResource($packingList));