alexrabarts / iso_country_codes

A Ruby library that provides ISO 3166-1 country codes/names and ISO 4217 currencies
http://github.com/alexrabarts/iso-country-codes
163 stars 62 forks source link

Fix country code on niger side #57

Open bayevels opened 4 years ago

bayevels commented 4 years ago

Summary

is_country_codes return +277 for niger calling code instead of +227

Steps to Reproduce

IsoCountryCodes.find('ne').calling ==> "+277"

Expected Results

IsoCountryCodes.find('ne').calling ==> "+227"

Notes

You can verify the calling code for niger here or here

thank you for the time you took to develop and maintain this library.