Skip to content

Commit

Permalink
Merge branch 'feat/account-deletion' into deploy/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GareArc committed Dec 27, 2024
2 parents b8cdc20 + 30c17e5 commit 5b38b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/billing_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ def is_email_in_freeze(cls, email: str) -> bool:
def update_account_deletion_feedback(cls, email: str, feedback: str):
"""Update account deletion feedback."""
json = {"email": email, "feedback": feedback}
return cls._send_request("POST", "/account/deletion-feedback", json=json)
return cls._send_request("POST", "/account/delete-feedback", json=json)

0 comments on commit 5b38b46

Please sign in to comment.