From 424cb509420b96046bc0d2e9d186588a7635c11f Mon Sep 17 00:00:00 2001 From: Vladless Date: Thu, 24 Jul 2025 23:40:22 +0300 Subject: [PATCH] fix yoomoney router --- handlers/payments/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/handlers/payments/__init__.py b/handlers/payments/__init__.py index f9c3551d..196416a7 100644 --- a/handlers/payments/__init__.py +++ b/handlers/payments/__init__.py @@ -40,8 +40,6 @@ if STARS_ENABLE: router.include_router(stars_router) if KASSAI_ENABLE: router.include_router(kassai_router) -if YOOMONEY_ENABLE: - router.include_router(yoomoney_router) if HELEKET_ENABLE: router.include_router(heleket_router)