python-stdnum branch master updated. 1.13-19-g273dd54
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum branch master updated. 1.13-19-g273dd54
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org, python-stdnum-commits [at] lists.arthurdejong.org
- Subject: python-stdnum branch master updated. 1.13-19-g273dd54
- Date: Fri, 20 Mar 2020 17:45:15 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".
The branch, master has been updated
via 273dd5494a525039e5c55d99bbf0835dee3388b9 (commit)
from 843382165bc81471b7b037521be9712455412fb3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=273dd5494a525039e5c55d99bbf0835dee3388b9
commit 273dd5494a525039e5c55d99bbf0835dee3388b9
Author: grzekru <grzegorzgk1@gmail.com>
Date: Thu Mar 19 20:00:32 2020 +0100
Use HTTPS instead of HTTP fox VIES lookups
Closes https://github.com/arthurdejong/python-stdnum/issues/204
Closes https://github.com/arthurdejong/python-stdnum/pull/205
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)."""
-----------------------------------------------------------------------
Summary of changes:
stdnum/eu/vat.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
python-stdnum
- python-stdnum branch master updated. 1.13-19-g273dd54,
Commits of the python-stdnum project