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 14ec535 commit cfa7273Copy full SHA for cfa7273
src/avalara/client.py
@@ -63,7 +63,7 @@ def __init__(self, app_name=None, app_version=None, machine_name=None,
63
self.app_name = app_name
64
self.app_version = app_version
65
self.machine_name = machine_name
66
- self.client_id = '{}; {}; Python SDK; 18.5; {};'.format(app_name,
+ self.client_id = '{}; {}; Python SDK; API_VERSION; {};'.format(app_name,
67
app_version,
68
machine_name)
69
self.client_header = {'X-Avalara-Client': self.client_id}
0 commit comments