feat(autorenewal): implement automatic subscription renewal system
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user