Merge pull request #23024 from cpennington/fix-edx-when-date-ingest

Correctly wire in signal the new course_date_signals app so that it a…
This commit is contained in:
Calen Pennington
2020-02-06 09:56:08 -05:00
committed by GitHub
11 changed files with 22 additions and 24 deletions

View File

@@ -208,7 +208,7 @@ def refund_entitlement(course_entitlement):
always_notify=True,
)
else:
log.warn(u'No refund opened for user [%s], course entitlement [%s]', enrollee.id, entitlement_uuid)
log.warning(u'No refund opened for user [%s], course entitlement [%s]', enrollee.id, entitlement_uuid)
return False