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 a8e3b02 commit 72be6a5Copy full SHA for 72be6a5
authorizenet/apicontractsv1.py
@@ -17,7 +17,7 @@
17
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:6a124e8c-3f7c-11eb-bcdb-847beb3cc146')
18
19
# Version of PyXB used to generate the bindings
20
-_PyXBVersion = '1.2.6.2'
+_PyXBVersion = '1.2.6'
21
# Generated bindings are not compatible across PyXB versions
22
if pyxb.__version__ != _PyXBVersion:
23
raise pyxb.PyXBVersionError(_PyXBVersion)
0 commit comments