Skip to content
Snippets Groups Projects
Commit 07ab6cc7 authored by Waheed Ahmed's avatar Waheed Ahmed
Browse files

Changed refund log level to warning.

ECOM-2378
parent b725dc0d
No related branches found
No related tags found
No related merge requests found
......@@ -1883,7 +1883,7 @@ class CertificateItem(OrderItem):
try:
target_cert = target_certs[0]
except IndexError:
log.error(
log.warning(
u"Matching CertificateItem not found while trying to refund. User %s, Course %s",
course_enrollment.user,
course_enrollment.course_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment