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
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
Hello,
I am facing Country code issue of Cameroon.
In past Cameroon has 237 Country code.
But in 2014 cameroon has added 6 after Country Code 237-6.
so now your API fails when check for Cameroon Phone Number.
number = GlobalPhone.parse('+237-6-95-22-95-11')
nil
number = GlobalPhone.parse('+237-95-22-95-11')
#<GlobalPhone::Number territory=#<GlobalPhone::Territory country_code=237 name=CM> national_string="95229511">**
Can anyone please Guide in this matter?
The text was updated successfully, but these errors were encountered: