homebeaver commented on PR #271:
URL:
https://github.com/apache/commons-validator/pull/271#issuecomment-2624264896
> ... VAT ID, NL004350351B91, is not accepted while it is in fact valid
(confirmed with the online VIES check). I suspect this may have to do with a
change in 2020 or so: before that time, the btw-id for self-employed people
consisted of 'NL'+their BSN (the Dutch SSN) + "B" + two digits. ...
@raboof thank you for testing. Indeed, my algorithm use MOD 11 with $${ G_i
= i }$$ - this was changed in 2020:
There are two groups with VAT-numbers:
• Modulo 11 VAT-ID numbers;
• Modulo 97 VAT-ID numbers.
I´ll correct this.
regards EUGen H.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]