diff --git a/api/services/billing_service.py b/api/services/billing_service.py index e2120bf7fe..3ce1885194 100644 --- a/api/services/billing_service.py +++ b/api/services/billing_service.py @@ -124,7 +124,6 @@ class BillingService: cls.activation_rate_limit.increment_rate_limit(account.email) json = { "account_id": account.id, - "email": account.email, "token": token, } return BillingService._send_request("POST", "/education/", json=json)