Skip to content

Commit

Permalink
Update Zimbabwe mobile numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jano-hendriks committed Aug 26, 2024
1 parent 486a237 commit b7abc93
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 @@ -1894,7 +1894,7 @@ func populateISO3166() {
i.Alpha3 = "ZWE"
i.CountryCode = "263"
i.CountryName = "Zimbabwe"
i.MobileBeginWith = []string{"71", "73", "77"}
i.MobileBeginWith = []string{"71", "73", "77", "78"}
i.PhoneNumberLengths = []int{9}
iso3166Datas = append(iso3166Datas, i)
}

0 comments on commit b7abc93

Please sign in to comment.