You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PhoneNumberUtil.isValidPhoneNumber for Netherlands (+31) and Estonia (+372) is returning invalid for valid numbers.
Please verify for these numbers
+37282720636 (Estonia)
+31097010255547 (Netherlands)
The text was updated successfully, but these errors were encountered:
Nope we are preprocessing for issued number like the one with yours and for others .
if(+372)
else if(+31)
else libphone
like this
you can add yours as well.
PhoneNumberUtil.isValidPhoneNumber for Netherlands (+31) and Estonia (+372) is returning invalid for valid numbers.
Please verify for these numbers
+37282720636 (Estonia)
+31097010255547 (Netherlands)
The text was updated successfully, but these errors were encountered: