Skip to content

Commit

Permalink
Update CY country code. (#9835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe authored Jan 2, 2025
1 parent e9d32f0 commit 799abae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ internal sealed class PhoneNumberFormatter {
"HT" to Metadata(prefix = "+509", regionCode = "HT", pattern = "## ## ####"),
"PE" to Metadata(prefix = "+51", regionCode = "PE", pattern = "### ### ###"),
"MX" to Metadata(prefix = "+52", regionCode = "MX", pattern = "### ### ####"),
"CY" to Metadata(prefix = "+537", regionCode = "CY"),
"AR" to Metadata(prefix = "+54", regionCode = "AR", pattern = "## ##-####-####"),
"BR" to Metadata(prefix = "+55", regionCode = "BR", pattern = "## #####-####"),
"CL" to Metadata(prefix = "+56", regionCode = "CL", pattern = "# #### ####"),
Expand Down

0 comments on commit 799abae

Please sign in to comment.