We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c035390 commit 16d4bcaCopy full SHA for 16d4bca
2 files changed
examples/eu_vat_service.py
@@ -4,4 +4,4 @@
4
5
client = zeep.Client(
6
wsdl='http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl')
7
-print(client.service.checkVat('NL', '170944128B01'))
+print(client.service.checkVat('NL', '123456789B01'))
setup.py
@@ -78,7 +78,6 @@
78
package_dir={'': 'src'},
79
packages=['zeep'],
80
include_package_data=True,
81
-
82
license='MIT',
83
classifiers=[
84
'Development Status :: 5 - Production/Stable',
0 commit comments