diff --git a/commerce_coordinator/apps/lms/views.py b/commerce_coordinator/apps/lms/views.py index d5f7051a..8ffff3ca 100644 --- a/commerce_coordinator/apps/lms/views.py +++ b/commerce_coordinator/apps/lms/views.py @@ -343,7 +343,7 @@ def post(self, request) -> Response: class FirstTimeDiscountEligibleView(APIView): """View to check if a user is eligible for a first time discount""" permission_classes = [IsAdminUser] - throttle_classes = (UserRateThrottle,) + throttle_classes = [] def post(self, request): """Return True if user is eligible for a first time discount."""