zulip/corporate
Prakhar Pratyush 976354dbda stripe: Fix the invoice item description for flat discounts.
Earlier, in process_initial_upgrade, the flat_discount value
wasn't converted into dollars when specified in the invoice
description, resulting in showing the incorrect value of $2000
as a discount.

This commit converts the value in cents to dollars and adds tests
to verify the invoice generated.
2024-01-11 12:35:58 -08:00
..
lib stripe: Fix the invoice item description for flat discounts. 2024-01-11 12:35:58 -08:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations corporate: Add minimum_licenses field to Customer model. 2024-01-04 18:42:07 -08:00
tests stripe: Fix the invoice item description for flat discounts. 2024-01-11 12:35:58 -08:00
views migrate_customers: Migrate customer from server to realms during login. 2024-01-05 12:02:54 -08:00
__init__.py
models.py corporate: Add minimum_licenses field to Customer model. 2024-01-04 18:42:07 -08:00
urls.py remote_billing: Add endpoint and a helper to make deactivation links. 2023-12-12 13:31:59 -08:00