Commit 07ab6cc7 by Waheed Ahmed

Changed refund log level to warning.

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