-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Econet numbers regarded as invalid #7
Labels
bug
Something isn't working
Comments
After going through the SDK, that seems to be a bug with the said regex. We might need to just remove that check since the Paynow API will return an error for invalid numbers. |
This was resolved in commit 4e4db6e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Econet phone numbers beginning with 0771, 0776, 0777 and 0778 are all matched as invalid numbers with the regex specified in the Paynow.java file. Note that numbers beginning with these digits exist.
Is this an intended requirement? Or can these numbers also perform mobile transactions.
The text was updated successfully, but these errors were encountered: