Feat: Education (#24208)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Xiyuan Chen
2025-08-20 00:38:14 -07:00
committed by GitHub
parent ddf05ca059
commit cfefe4f738
6 changed files with 56 additions and 38 deletions

View File

@@ -123,7 +123,7 @@ class BillingService:
return BillingService._send_request("GET", "/education/verify", params=params)
@classmethod
def is_active(cls, account_id: str):
def status(cls, account_id: str):
params = {"account_id": account_id}
return BillingService._send_request("GET", "/education/status", params=params)