lingo: fix logging of known payment response (#19933)

This commit is contained in:
Frédéric Péters 2017-11-07 09:42:04 +01:00
parent 9798ff4259
commit 79992303d6
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ class CallbackView(View):
if transaction.user:
# let hobo logger filter handle the extraction of user's infos
extra_info['user'] = transaction.user
logger.warning(u'received unknown payment response with id %s',
logger.info(u'received known payment response with id %s',
smart_text(payment_response.order_id), extra=extra_info)
transaction.status = payment_response.result