Closed danishvm closed 10 years ago
when we try to type alphabets in the phone number field it get accepted
JSON
{"email":"xcbnm","password":"sdasd","phone":"sadfgh"}
Result Response
{ "type": "success", "text": "customuserAdded", "data": { "id": "52cbf474e4b06658a45bd7fd", "email": "xcbnm", "password": "sdasd", "phone": "sadfgh", "enabled": true, "isVerified": true, "accountNonExpired": true, "accountNonLocked": true } }
Expected Result
{ "type": "error", "text": "510", "data": "Field error in object 'customerDetails' on field 'phone' }
when we try to type alphabets in the phone number field it get accepted
JSON
{"email":"xcbnm","password":"sdasd","phone":"sadfgh"}
Result Response
{ "type": "success", "text": "customuserAdded", "data": { "id": "52cbf474e4b06658a45bd7fd", "email": "xcbnm", "password": "sdasd", "phone": "sadfgh", "enabled": true, "isVerified": true, "accountNonExpired": true, "accountNonLocked": true } }
Expected Result
{ "type": "error", "text": "510", "data": "Field error in object 'customerDetails' on field 'phone' }