zulip/web/src/billing
Aman Agrawal 27ffcc6576 bililng: Fix incorrect price per license on billing page.
There is a discrepancy between price per license shown on billing
and upgrade page for annual billing frequency due to difference
in methods used to calculate the amount.

To fix it, we use the same method on both the pages.

I didn't use the helpers.format_money directly here since that would
create a visual delay in showing the price per license which will
not be nice considering that will be the only thing on this page
being updated that way.

The stripe fixture used is same as
free_trial_upgrade_by_card--Customer.retrieve.3.json
2023-11-15 15:59:26 +05:30
..
billing.ts billing: Show success text after plan change on top after reload. 2023-11-13 10:35:39 -08:00
event_status.ts ts: Convert web/src/billing module to TypeScript. 2023-06-23 11:42:29 -07:00
helpers.ts bililng: Fix incorrect price per license on billing page. 2023-11-15 15:59:26 +05:30
page_params.ts page_params: Make seperate page_params for billing module. 2023-06-23 11:42:29 -07:00
sponsorship.ts sponsorship: Don't preserve scroll position on reload. 2023-11-13 08:52:13 -08:00
upgrade.ts upgrade: Show user/month plurals based on their count. 2023-11-13 10:35:39 -08:00