se-panfilov / jsvat

Check the validity of the format of an EU VAT number
http://se-panfilov.github.io/jsvat
MIT License
131 stars 34 forks source link

Netherlands VAT wrongly reported as invalid #121

Open filipminev opened 3 years ago

filipminev commented 3 years ago

VAT number: NL002198178B09

result: invalid expected: valid

therealstein commented 3 years ago

{value: "NL002198178B09", isValid: true, isValidFormat: true, isSupportedCountry: true, country: {…}}

No it works. There is something wrong with your code