From c05a3f394a03748343acc4c1e99cb14504e9f3d8 Mon Sep 17 00:00:00 2001 From: Syed Sajjad Hussain Shah <52817156+syedsajjadkazmii@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:55:06 +0500 Subject: [PATCH] feat: override refund_entitlement (#36248) --- lms/djangoapps/commerce/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/commerce/utils.py b/lms/djangoapps/commerce/utils.py index 9abcabd4a9..789d45b5ca 100644 --- a/lms/djangoapps/commerce/utils.py +++ b/lms/djangoapps/commerce/utils.py @@ -153,6 +153,7 @@ class EcommerceService: 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