Update balance.py

This commit is contained in:
Egor
2026-01-12 23:53:04 +03:00
committed by GitHub
parent 1b51886dd1
commit 9b3a39b13f
+2
View File
@@ -244,6 +244,8 @@ async def create_topup(
description=f"Пополнение баланса на {amount_rubles:.2f}",
metadata={
"user_id": str(user.id),
"user_telegram_id": str(user.telegram_id) if user.telegram_id else "",
"user_username": user.username or "",
"amount_kopeks": str(request.amount_kopeks),
"type": "balance_topup",
"source": "cabinet",