add default currency option in user profile

This commit is contained in:
MaysWind
2020-11-07 21:48:58 +08:00
parent c83931fda9
commit 9bd341fb0e
15 changed files with 790 additions and 25 deletions
+4
View File
@@ -44,3 +44,7 @@ func GetParameterInvalidUsernameMessage(field string) string {
func GetParameterInvalidEmailMessage(field string) string {
return fmt.Sprintf("parameter \"%s\" is invalid email format", field)
}
func GetParameterInvalidCurrencylMessage(field string) string {
return fmt.Sprintf("parameter \"%s\" is invalid currency", field)
}