mirror of https://github.com/zulip/zulip.git
d1e2e2d857
In ensure_customer_does_not_have_active_plan, we were already going through the Customer table to get/check for an active CustomerPlan. Now we directly get/check for an active CustomerPlan with via the Customer, which allows for reusing this function for Customer objects without a Realm set. |
||
---|---|---|
.. | ||
__init__.py | ||
analytics.py | ||
registration.py | ||
stripe.py | ||
stripe_event_handler.py | ||
support.py |