From c438672ced982018e2d6cbf152f91c522011def6 Mon Sep 17 00:00:00 2001 From: machka pasla Date: Mon, 13 Oct 2025 10:16:30 +0300 Subject: [PATCH] fix --- bot/services/freekassa_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/services/freekassa_service.py b/bot/services/freekassa_service.py index 76016b7..91d5ece 100644 --- a/bot/services/freekassa_service.py +++ b/bot/services/freekassa_service.py @@ -378,7 +378,7 @@ class FreeKassaService: await notification_service.notify_payment_received( user_id=payment.user_id, amount=float(payment.amount), - currency=self.currency or self.settings.DEFAULT_CURRENCY_SYMBOL, + currency=self.default_currency, months=months, payment_provider="freekassa", username=db_user.username if db_user else None,