mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
lint: Fix errors caused by rebasing past black upgrade.
This commit is contained in:
@@ -1229,9 +1229,9 @@ class BillingSession(ABC):
|
|||||||
)
|
)
|
||||||
fixed_price_plan_params["billing_cycle_anchor"] = current_plan.end_date
|
fixed_price_plan_params["billing_cycle_anchor"] = current_plan.end_date
|
||||||
fixed_price_plan_params["next_invoice_date"] = current_plan.end_date
|
fixed_price_plan_params["next_invoice_date"] = current_plan.end_date
|
||||||
fixed_price_plan_params[
|
fixed_price_plan_params["invoicing_status"] = (
|
||||||
"invoicing_status"
|
CustomerPlan.INVOICING_STATUS_INITIAL_INVOICE_TO_BE_SENT
|
||||||
] = CustomerPlan.INVOICING_STATUS_INITIAL_INVOICE_TO_BE_SENT
|
)
|
||||||
fixed_price_plan_params["billing_schedule"] = current_plan.billing_schedule
|
fixed_price_plan_params["billing_schedule"] = current_plan.billing_schedule
|
||||||
fixed_price_plan_params["charge_automatically"] = current_plan.charge_automatically
|
fixed_price_plan_params["charge_automatically"] = current_plan.charge_automatically
|
||||||
# Manual license management is not available for fixed price plan.
|
# Manual license management is not available for fixed price plan.
|
||||||
|
|||||||
Reference in New Issue
Block a user