Skip to content

Commit 747643a

Browse files
Add CH vat validation (#45)
* Add CH vat validation
1 parent 184d3ee commit 747643a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VatValidator.php

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class VatValidator
1616
'AT' => 'U[A-Z\d]{8}',
1717
'BE' => '(0\d{9}|\d{10})',
1818
'BG' => '\d{9,10}',
19+
'CH' => '^\d{6}$|^[E]\d{9}\s?(TVA|MWST|IVA)$',
1920
'CY' => '\d{8}[A-Z]',
2021
'CZ' => '\d{8,10}',
2122
'DE' => '\d{9}',

0 commit comments

Comments
 (0)