Skip to content

Commit b9b3ce8

Browse files
authored
Merge pull request #1 from ProtonMail/fix/cyprus.vat
Fix: cyprus vat
2 parents a7a0578 + e63e108 commit b9b3ce8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/countries/cyprus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const cyprus: Country = {
2020
},
2121
rules: {
2222
multipliers: {},
23-
regex: [/^(CY)([0-59]\d{7}[A-Z])$/]
23+
regex: [/^(CY)(\d{8}[A-Z])$/]
2424
}
2525
};
2626

src/lib/countries/cyprus.vat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const valid = [
3737
'CY10272781S',
3838
'CY10274481T',
3939
'CY10110278D',
40+
'CY60000000S',
4041
'CY30009560X',
4142
'CY90000265T',
4243
'CY90000448S',

0 commit comments

Comments
 (0)