feat(autorenewal): implement automatic subscription renewal system

This commit is contained in:
2026-05-18 17:32:04 +07:00
parent 281a460974
commit 56f10d19c5
14 changed files with 411 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ class UserRepository:
amount=amount,
tx_type=tx_type,
balance_before=user.balance,
balance_after=user.balance + amount,
balance_after=user.balance - amount,
description=description,
created_at=created_at,
)