From 5976b6892abc08d8edd21b66fd4d80130710e6c2 Mon Sep 17 00:00:00 2001 From: peter-vasarhelyi Date: Thu, 5 Aug 2021 15:02:22 +0200 Subject: [PATCH] Fix Peru Based on this Wiki page mobile numbers in Peru start with 9 and continues with 8 digits afterwards: https://en.wikipedia.org/wiki/Telephone_numbers_in_Peru#Calling_a_mobile_number --- src/data/country_phone_data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/country_phone_data.ts b/src/data/country_phone_data.ts index b142e94..13d892d 100644 --- a/src/data/country_phone_data.ts +++ b/src/data/country_phone_data.ts @@ -1341,8 +1341,8 @@ export default [ alpha3: 'PER', country_code: '51', country_name: 'Peru', - mobile_begin_with: ['9', '6'], - phone_number_lengths: [9, 8] + mobile_begin_with: ['9'], + phone_number_lengths: [9] }, { alpha2: 'PH',