Commit f138f801ef91dbc30489c64acf41ff1834dab619

Authored by Nattapon Wongpaet
1 parent 79f1a7b2
Exists in master and in 1 other branch dev

update validate parameter

ais-structure/src/modules/vizcard/vizCard.ctrl.js
... ... @@ -93,7 +93,7 @@ function validator(req,api)
93 93 list.push("firstName");
94 94 list.push("lastName");
95 95 list.push("emailAddress");
96   - list.push("moblieNo");
  96 + list.push("mobileNo");
97 97  
98 98 return validatorHelper(req,list,api);
99 99 }
... ...