zulip/corporate/lib
Mateusz Mandera 2c693f3bd9 billing: Fix licenses amount check during user signup/invitation.
Our seat count calculation is different for guest user than normal users
(a number of initial guests are free, and additional marginal guests are
worth 1/5 of a seat) - so these checks we apply when a user is being
invited or signing up need to know whether it's a guest or non-guest
being added.
2022-08-18 11:56:54 -07:00
..
__init__.py
registration.py billing: Fix licenses amount check during user signup/invitation. 2022-08-18 11:56:54 -07:00
stripe.py billing: Extract get_seat_count function. 2022-08-18 11:56:54 -07:00
stripe_event_handler.py corporate: Fix type annotations for payment failed handler. 2022-07-15 14:56:22 -07:00
support.py corporate: Add contact support page. 2021-10-01 17:30:01 -07:00