Skip to content

Commit

Permalink
PhoneNumberRequiredLengths: Jamaica (JMM) has two codes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Feb 2, 2025
1 parent 9f3e216 commit 321e86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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"
Expand Down

0 comments on commit 321e86f

Please sign in to comment.