billing: Enforce license limit for plans on manual license management.

This commit is contained in:
Vishnu KS
2021-05-28 19:27:08 +05:30
committed by Tim Abbott
parent 8c055107d9
commit 1938076f67
12 changed files with 367 additions and 6 deletions

View File

@@ -203,6 +203,10 @@ class BillingError(Exception):
self.message = message
class LicenseLimitError(Exception):
pass
class StripeCardError(BillingError):
pass