Browse Source

#updated errorcode

feature/Redmine-17825-Email_Template
Leeza Baidar 10 months ago
parent
commit
8d863b077c
  1. 2
      JsonRx/Api/CustomerController.cs

2
JsonRx/Api/CustomerController.cs

@ -113,7 +113,7 @@ namespace JsonRx.Api
JsonRxResponse res = new JsonRxResponse(); JsonRxResponse res = new JsonRxResponse();
if (string.IsNullOrEmpty(newUserRegister.UserId)) if (string.IsNullOrEmpty(newUserRegister.UserId))
{ {
res.SetResponse("1", "Email is required!");
res.SetResponse("100", "Email is required!");
return Ok(res); return Ok(res);
} }

Loading…
Cancel
Save