zulip/web
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
..
e2e-tests compose_box: Don't fill Topic line on restored draft. 2023-11-13 12:45:13 -08:00
generated
html
images inbox: Improve look of empty inbox view. 2023-10-20 17:13:33 -07:00
shared sort_emojis: Prioritize perfect matches above all. 2023-11-14 12:13:22 -08:00
src bililng: Fix incorrect price per license on billing page. 2023-11-15 15:59:26 +05:30
styles left_sidebar: Keep all DM container rows to same right margin. 2023-11-14 16:43:28 -08:00
templates send_later_popover: Use .navigate-link-on-enter for scheduled msgs. 2023-11-14 16:33:44 -08:00
tests linkifiers: Match JS implementation to server implementation. 2023-11-14 20:43:39 -08:00
third linkifiers: Match JS implementation to server implementation. 2023-11-14 20:43:39 -08:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2023-10-09 14:16:23 -07:00
debug-require-webpack-plugin.ts eslint: Forbid unchecked casts in TypeScript. 2023-10-26 09:54:30 -07:00
debug-require.js
postcss.config.js postcss: Enable postcss-preset-env. 2023-03-20 11:26:30 -07:00
webpack.assets.json upgrade: Use style similar to /billing page. 2023-11-13 10:35:39 -08:00
webpack.config.ts webpack_public_path: Replace with webpack 5 publicPath: "auto" setting. 2023-10-16 10:36:27 -07:00
webpack.dev-assets.json development: Update modal in emails page to use micromodal. 2023-10-05 09:28:27 -07:00