Skip to content

Commit

Permalink
Merge PR #474 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Sep 6, 2023
2 parents 11315d4 + 39ab0e0 commit 86e8ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_fr_chorus_account/models/company.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def chorus_post(self, api_params, url_path, payload, session=None):
if session is None:
token = self._get_token(api_params)
session = OAuth2Session(api_params["oauth_id"], token=token)
logger.info(
logger.debug(
"Chorus API POST request to %s with login %s", url, api_params["login"]
)
logger.debug("Payload of the Chorus POST request: %s", payload)
Expand Down

0 comments on commit 86e8ae8

Please sign in to comment.