Skip to content

Commit

Permalink
Merge pull request #110 from neekey/patch-2
Browse files Browse the repository at this point in the history
support south africa numbers begin with 1,2,3,4,5
  • Loading branch information
SecretBase authored Jul 6, 2018
2 parents 63663c6 + 6d1333c commit 0ed7a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iso3166Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1854,7 +1854,7 @@ module.exports = [
alpha3: 'ZAF',
country_code: '27',
country_name: 'South Africa',
mobile_begin_with: ['6', '7', '8'],
mobile_begin_with: ['1', '2', '3', '4', '5', '6', '7', '8'],
phone_number_lengths: [9]
},
{
Expand Down

0 comments on commit 0ed7a9e

Please sign in to comment.