mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-03-02 16:20:49 +00:00
Update cloudpayments.py
This commit is contained in:
@@ -222,7 +222,7 @@ class CloudPaymentsPaymentMixin:
|
||||
return False
|
||||
|
||||
# Add balance
|
||||
await add_user_balance(db, user.id, amount_kopeks)
|
||||
await add_user_balance(db, user, amount_kopeks)
|
||||
|
||||
# Create transaction record
|
||||
from app.database.crud.transaction import create_transaction
|
||||
|
||||
Reference in New Issue
Block a user