custom elig. api error msg ; first check elig. then create user

This commit is contained in:
GotPPay
2018-05-18 10:46:47 +02:00
parent d8737a558b
commit 22a79cf658
2 changed files with 22 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ func ResponseAPIErrorWithData(c echo.Context, status int, message string, redire
Error: true,
Message: message,
Redirect: redirect,
Data: data,
Data: data,
}
return c.JSON(status, returnValue)