fix do update bug

This commit is contained in:
omair saleh
2022-03-30 00:21:14 +08:00
parent 0b651953ea
commit 012dbfde09
@@ -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());
}
}