Closed cocowalla closed 6 years ago
Take the VAT ID for Swiss as an example: CHE-105.918.070 MWST.
CHE-105.918.070 MWST
Attempts to validate it result in WrongVatNumberFormatException. This is the same if you remove spaces, hyphens and dots.
WrongVatNumberFormatException
Looking at the source, it does look like Switzerland isn't handles by the regex pattern.
Gah, Switzerland isn't in the EU... I seriously need more coffee!
np ;)
Take the VAT ID for Swiss as an example:
CHE-105.918.070 MWST
.Attempts to validate it result in
WrongVatNumberFormatException
. This is the same if you remove spaces, hyphens and dots.Looking at the source, it does look like Switzerland isn't handles by the regex pattern.