Skip to content

Commit

Permalink
Merge pull request #158 from ebaynaud/EBA_#167786750_SupportSouthSudan
Browse files Browse the repository at this point in the history
Support South Sudan phone numbers
  • Loading branch information
Bossa573 authored Aug 13, 2019
2 parents 3e99f2e + da4303f commit 2534558
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/iso3166Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1468,6 +1468,14 @@ module.exports = [
mobile_begin_with: ['9'],
phone_number_lengths: [9]
},
{
alpha2: 'SS',
alpha3: 'SSD',
country_code: '211',
country_name: 'South Sudan',
mobile_begin_with: ['9'],
phone_number_lengths: [9]
},
{
alpha2: 'SN',
alpha3: 'SEN',
Expand Down

0 comments on commit 2534558

Please sign in to comment.