mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Updates `process_initial_upgrade` to take a plan_tier parameter, so that information can be specific to the type of BillingSession. Note that ideally the plan tier would be passed as metadata to the stripe.checkout.Session, but in order to do so, we need to be able to update the generated stripe fixtures for tests. So for now, we set the plan tier directly in the stripe event handler code.