From c416fe9b9c345de8f77b1089a4698026a03126ac Mon Sep 17 00:00:00 2001 From: Jade Olivier Date: Tue, 2 Jul 2024 12:32:15 +0200 Subject: [PATCH] fix: quality --- commerce_coordinator/apps/lms/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce_coordinator/apps/lms/views.py b/commerce_coordinator/apps/lms/views.py index c4ee4829..790b2742 100644 --- a/commerce_coordinator/apps/lms/views.py +++ b/commerce_coordinator/apps/lms/views.py @@ -264,7 +264,7 @@ def post(self, request) -> Response: Returns: - Response: - 200 OK if the refund was successfully processed with the result of - the UserRetirementRequested filter/pipeline. + the UserRetirementRequested filter/pipeline. - 400 If the retirement request failed due to an invalid lms user uuid. - 500 If an OpenEdxFilterException occurred while anonymizing the customer fields. - 500 If any other unexpected exception occurred during retirement/anonymizing processing.