diff --git a/src/Controller/CustomerAppAPI/AccountController.php b/src/Controller/CustomerAppAPI/AccountController.php index 56961e48..20d628cd 100644 --- a/src/Controller/CustomerAppAPI/AccountController.php +++ b/src/Controller/CustomerAppAPI/AccountController.php @@ -89,7 +89,7 @@ class AccountController extends ApiController 'flag_completed' => false, ]); if (empty($obj)) { - return new ApiResponse(false, 'Invalid request details provided.'); + return new ApiResponse(false, 'Your confirmation code is invalid.'); } // check if a customer record exists for this phone number