Skip to content

Commit

Permalink
Merge pull request #7372 from alvasw/fix_PhoneNumberRequiredLengths
Browse files Browse the repository at this point in the history
Fix phone number required lengths
  • Loading branch information
alejandrogarcia83 authored Feb 2, 2025
2 parents a376e62 + 729dcb7 commit 0fea955
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ final class PhoneNumberRequiredLengths {
entry("DO", 10), // CountryCode: "1" (DO has three area codes 809,829,849; let user define hers)
entry("GD", 7 ), // CountryCode: "1-473"
entry("GU", 7 ), // CountryCode: "1-671"
entry("JM", 7 ), // CountryCode: "1-876"
entry("JM", 10 ), // CountryCode: "1" (has two codes 876, 658)
entry("KN", 7 ), // CountryCode: "1-869"
entry("KY", 7 ), // CountryCode: "1-345"
entry("KZ", 10), // CountryCode: "7"
entry("LC", 7 ), // CountryCode: "1-758"
entry("MP", 7 ), // CountryCode: "1-670"
entry("MS", 7 ), // CountryCode: "1-664"
entry("PR", 10), // CountryCode: "1"
entry("PR", 10), // CountryCode: "1" (has two codes 787, 939)
entry("RU", 10), // CountryCode: "7"
entry("SX", 7 ), // CountryCode: "1-721"
entry("TC", 7 ), // CountryCode: "1-649"
Expand Down

0 comments on commit 0fea955

Please sign in to comment.