Skip to content

Commit

Permalink
feat: override refund_entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
syedsajjadkazmii committed Feb 12, 2025
1 parent db0b5ad commit 626eff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/djangoapps/commerce/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 626eff5

Please sign in to comment.