Skip to content

Commit

Permalink
fix: re-added log
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeyOlivier committed Jul 15, 2024
1 parent 5b0d653 commit fc0aa86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commerce_coordinator/apps/lms/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ def post(self, request) -> Response:

input_data = {**request.data}

logger.info(f"{self.post.__qualname__} request object: {input_data}.")

input_details = CourseRefundInputSerializer(data=input_data)
try:
input_details.is_valid(raise_exception=True)
Expand Down

0 comments on commit fc0aa86

Please sign in to comment.