diff --git a/billing/views.py b/billing/views.py index 53ebea7..cc7af32 100644 --- a/billing/views.py +++ b/billing/views.py @@ -225,6 +225,7 @@ class VerifyPaymentView(StaffEditorPermissionMixin, generics.UpdateAPIView): json=data, headers={"Content-Type": "application/json"}, ) + logger.info("MIB Verification Response -> ", response) try: response.raise_for_status() except requests.exceptions.HTTPError as e: