Skip to content

Commit

Permalink
Merge pull request #42 from Fooba24/main
Browse files Browse the repository at this point in the history
Update Zambia codes list
  • Loading branch information
dongri authored Aug 14, 2024
2 parents 593000a + d68dacf commit c09b3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso3166.go
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ func populateISO3166() {
i.Alpha3 = "ZMB"
i.CountryCode = "260"
i.CountryName = "Zambia"
i.MobileBeginWith = []string{"9"}
i.MobileBeginWith = []string{"7", "9"}
i.PhoneNumberLengths = []int{9}
iso3166Datas = append(iso3166Datas, i)

Expand Down

0 comments on commit c09b3a3

Please sign in to comment.