Commit 70a0b063 by Waheed Ahmed Committed by GitHub

Merge pull request #12759 from edx/waheed/ecom-2378-change-refund-log-level

Changed refund log level to warning.
parents b725dc0d 07ab6cc7
...@@ -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