feat(autorenewal): implement automatic subscription renewal system
This commit is contained in:
@@ -17,6 +17,7 @@ class BalanceTxType(StrEnum):
|
||||
REFUND = "refund"
|
||||
REFERRAL_BONUS = "referral"
|
||||
MANUAL = "manual"
|
||||
AUTORENEW = "autorenew"
|
||||
|
||||
|
||||
class BalanceTransaction(Base):
|
||||
|
||||
Reference in New Issue
Block a user