mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
This commit updates the 'get_initial_upgrade_context' method to use 'get_price_per_license' for determining 'annual_price' and 'monthly_price' based on tier and discount instead of hardcoding. Also, removed the 'percent_off' page_params as 'get_price_per_license' already performs the price calculation taking discount into consideration.