zapadi / vies-dotnet

VIES (VAT Information Exchange System) dotNET API helps you to verify if EU VAT information exists and/or is valid
Apache License 2.0
21 stars 7 forks source link

Fix numbers starting with 1 (REGEX was not updated) #23

Closed RobinLaevaert closed 7 months ago

RobinLaevaert commented 7 months ago

Fix for #21

Regex wasn't updated so numbers with 1 still came up as invalid. Added/edited the tests to correctly reflect these changes