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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user