diff --git a/app/Classes/Modules/Orders/Processors/UpdateDoFromVTPortalProcessor.php b/app/Classes/Modules/Orders/Processors/UpdateDoFromVTPortalProcessor.php index 20c7ba04..3a3cf4cd 100644 --- a/app/Classes/Modules/Orders/Processors/UpdateDoFromVTPortalProcessor.php +++ b/app/Classes/Modules/Orders/Processors/UpdateDoFromVTPortalProcessor.php @@ -127,7 +127,7 @@ class UpdateDoFromVTPortalProcessor } } catch (\Exception $exception){ - throw new InternalServerErrorException('failed to approve address due to an error related to VT portal'); + throw new InternalServerErrorException('failed to approve address due to an error related to VT portal: '.$exception->getMessage()); } }