VAT Validation skipped if country == IT?
-
On the method “is_valid_vat__premium_only” on functions.php after a REGEX validation of the VAT, the following code is present:
if ( $country === 'IT' ) { return true; }
Why when the customer billing country is Italy, VAT validation is only based on REGEX and an API call to https://ec.europa.eu/taxation_customs/vies/vatResponse.html is not used?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘VAT Validation skipped if country == IT?’ is closed to new replies.