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

Inconsistent Phone Number Format Causing an issue with the OTP Verification #91

Open
Njoodd opened this issue Dec 27, 2023 · 0 comments

Comments

@Njoodd
Copy link
Contributor

Njoodd commented Dec 27, 2023

I am using the dummy provider.

When I call the first API (the GET method), the phoneNumber gets formatted as below before being saved in the DB:
+9665XXXXXXXX --> +966 XX XXX XXX

Then, when I call the second API (the POST method), the phoneNumber does not get formatted, therefore, inside the onGoingProcess method when it tries to query for the phoneNumber in the DB it cannot find it due to the format difference.

cooperlyt added a commit that referenced this issue Feb 29, 2024
Fix OTP Verification Issue #91
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