diff --git a/lms/djangoapps/commerce/utils.py b/lms/djangoapps/commerce/utils.py index 9abcabd4a96..b55e5e50611 100644 --- a/lms/djangoapps/commerce/utils.py +++ b/lms/djangoapps/commerce/utils.py @@ -152,7 +152,7 @@ def upgrade_url(self, user, course_key): return reverse('dashboard') return None - +@pluggable_override('OVERRIDE_REFUND_ENTITLEMENT') def refund_entitlement(course_entitlement): """ Attempt a refund of a course entitlement. Verify the User before calling this refund method