stripe: Remove unused context parameter.

This commit is contained in:
Aman Agrawal 2023-12-08 10:47:14 +00:00 committed by Tim Abbott
parent 12dec4234e
commit 3d25c7372a
1 changed files with 0 additions and 2 deletions

View File

@ -628,7 +628,6 @@ class UpgradePageContext(TypedDict):
free_trial_end_date: Optional[str]
is_demo_organization: bool
manual_license_management: bool
min_invoiced_licenses: int
page_params: UpgradePageParams
payment_method: Optional[str]
plan: str
@ -1792,7 +1791,6 @@ class BillingSession(ABC):
"is_demo_organization": customer_specific_context["is_demo_organization"],
"remote_server_legacy_plan_end_date": remote_server_legacy_plan_end_date,
"manual_license_management": initial_upgrade_request.manual_license_management,
"min_invoiced_licenses": max(seat_count, MIN_INVOICED_LICENSES),
"page_params": {
"annual_price": get_price_per_license(
tier, CustomerPlan.BILLING_SCHEDULE_ANNUAL, percent_off