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
According to the latest metadata on libphonenumber, the phone number you provided is valid, so looks like we should wait for the updated metadata to be applied to this gem
phone_number = '(787) 402-9077'
TelephoneNumber.parse(phone_number, :us).valid?
=> false
But provided phone number is correct. Are there any new formats needs to be added in this gem?
The text was updated successfully, but these errors were encountered: