mirror of
https://github.com/status-im/spiffworkflow-connector.git
synced 2025-02-22 11:38:17 +00:00
set debug to False for the xero getCurrencies command w/ burnettk (#9)
Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
parent
df79d5f339
commit
e93872d42c
@ -48,9 +48,11 @@ class GetCurrencies:
|
||||
token_store = {}
|
||||
token_store_key = "token"
|
||||
|
||||
# NOTE: setting debug to True causes xero to cache the client when
|
||||
# it's in a working state
|
||||
api_client = ApiClient(
|
||||
Configuration(
|
||||
debug=True,
|
||||
debug=False,
|
||||
oauth2_token=OAuth2Token(
|
||||
client_id=self.client_id, client_secret=self.client_secret
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user