You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried validating this VAT code for Finland: '12345678--' and it returned True, even though it contains two dashes in the end (which is not ok).
Maybe you could add this to the test tests/test_validators.py for FI (Finland):
('12345678--', False),
The text was updated successfully, but these errors were encountered:
Hi,
I tried validating this VAT code for Finland: '12345678--' and it returned True, even though it contains two dashes in the end (which is not ok).
Maybe you could add this to the test tests/test_validators.py for FI (Finland):
('12345678--', False),
The text was updated successfully, but these errors were encountered: