webhook install bugfix + add info in readme

This commit is contained in:
firewookie
2026-03-06 11:56:15 +05:00
parent 7ed91b13eb
commit 06ccf4b275
3 changed files with 26 additions and 0 deletions
+2
View File
@@ -715,6 +715,8 @@ async def main():
webhook_lines.append(f'Freekassa: {_fmt(settings.FREEKASSA_WEBHOOK_PATH)}')
if settings.is_kassa_ai_enabled():
webhook_lines.append(f'Kassa.ai: {_fmt(settings.KASSA_AI_WEBHOOK_PATH)}')
if settings.is_riopay_enabled():
webhook_lines.append(f'RioPay: {_fmt(settings.RIOPAY_WEBHOOK_PATH)}')
if settings.is_remnawave_webhook_enabled():
webhook_lines.append(f'RemnaWave: {_fmt(settings.REMNAWAVE_WEBHOOK_PATH)}')