Skip to content
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

ZipMoney::Shopper phone number regex error #1

Open
zhuwu opened this issue Aug 21, 2017 · 0 comments
Open

ZipMoney::Shopper phone number regex error #1

zhuwu opened this issue Aug 21, 2017 · 0 comments

Comments

@zhuwu
Copy link

zhuwu commented Aug 21, 2017

Currently the phone number validation regex in ZipMoney::Shopper class is /^\\+?[\\d\\s]+$/. The correct regex should be /^\+?[\d\s]+$/.

Line 155, 175 and 187 were affected by the wrong regex in the current master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant