diff --git a/iso3166.go b/iso3166.go index 4c839fc..c2907f2 100644 --- a/iso3166.go +++ b/iso3166.go @@ -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)