Add Freekassa webhook handling and configuration options

This commit is contained in:
evansvl
2026-01-11 05:06:07 +03:00
parent fae72d7107
commit a54a12825e
4 changed files with 160 additions and 5 deletions
+2
View File
@@ -648,6 +648,8 @@ async def main():
webhook_lines.append(f"WATA: {_fmt(settings.WATA_WEBHOOK_PATH)}")
if settings.is_heleket_enabled():
webhook_lines.append(f"Heleket: {_fmt(settings.HELEKET_WEBHOOK_PATH)}")
if settings.is_freekassa_enabled():
webhook_lines.append(f"Freekassa: {_fmt(settings.FREEKASSA_WEBHOOK_PATH)}")
timeline.log_section(
"Активные webhook endpoints",