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
This works (Phonie::Phone.parse '31992211568', country_code: '55').area_code 31
But when area code is passed in the options instead of number: (Phonie::Phone.parse '992211568', area_code: '31', country_code: '55').area_code
returns 99 and should return 31
The text was updated successfully, but these errors were encountered:
Some Brazilian mobile phones now have 9 digits.
Example:
This works
(Phonie::Phone.parse '31992211568', country_code: '55').area_code
31
But when area code is passed in the options instead of number:
(Phonie::Phone.parse '992211568', area_code: '31', country_code: '55').area_code
returns
99
and should return31
The text was updated successfully, but these errors were encountered: