zulip/corporate
Prakhar Pratyush 31a0aa2a83 test_stripe: Fix time travel to incorrect datetime.
Earlier, at few places in test_stripe we were doing
incorrect time travel. For example:
A plan was invoiced till self.next_year & while checking
the billing page, we were using the self.now datetime.
To correctly check the billing page state after plan is
invoiced, we should use a datetime greater than or equal
to the time at which plan was invoiced.

This commit fixes such logically incorrect time-travel.
2024-03-08 09:25:46 -08:00
..
lib stripe: Don't invoice fixed-price plans for additional licenses. 2024-03-07 09:54:34 -08:00
management billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
migrations corporate: Fix invoicing of plans on free-trial with changed schedule. 2024-03-01 10:47:55 -08:00
tests test_stripe: Fix time travel to incorrect datetime. 2024-03-08 09:25:46 -08:00
views remote-support: Add ability to deactivate and reactivate remote servers. 2024-03-07 11:51:00 -08:00
__init__.py
models.py corporate: Fix to check if the plan we are processing is paid or not. 2024-03-07 09:54:34 -08:00
urls.py portico: Add Semsee case study. 2024-02-22 10:33:31 -08:00