diff options
Diffstat (limited to 'stdnum')
-rw-r--r-- | stdnum/eu/vat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/eu/vat.py b/stdnum/eu/vat.py index c6d9c94..d7c6026 100644 --- a/stdnum/eu/vat.py +++ b/stdnum/eu/vat.py @@ -53,7 +53,7 @@ a country code of gr while for VAT purposes el is used instead.""" _country_modules = dict() -vies_wsdl = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl' +vies_wsdl = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl' """The WSDL URL of the VAT Information Exchange System (VIES).""" |