shyamalayathish / missed-call-otp

Automatically exported from code.google.com/p/missed-call-otp
0 stars 0 forks source link

Exception thrown for Singapore phone numbers #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Singapore Phone Numbers are in this format +(65) XXXX-XXXX
2. Due to the total digits being less than 11, the program throws an exception 
for invalid number

What is the expected output? What do you see instead?
Success

Original issue reported on code.google.com by sal...@aprilism.com on 11 Jan 2014 at 6:48

GoogleCodeExporter commented 9 years ago
The issue has been fixed by altering following rule at the console.

- Minimum Phone Number length = 10

Original comment by team.m...@gmail.com on 11 Jan 2014 at 6:54