mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-27 23:00:53 +00:00
Add files via upload
This commit is contained in:
@@ -69,7 +69,9 @@ class TributeService:
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f'Ошибка создания Tribute платежа: {e}')
|
||||
schedule_error_notification(self.bot, e, f'Tribute payment creation error: user_id={user_id}, amount={amount_kopeks}')
|
||||
schedule_error_notification(
|
||||
self.bot, e, f'Tribute payment creation error: user_id={user_id}, amount={amount_kopeks}'
|
||||
)
|
||||
return None
|
||||
|
||||
async def process_webhook(self, payload: str) -> dict[str, Any]:
|
||||
|
||||
Reference in New Issue
Block a user