This commit is contained in:
machka pasla
2025-10-13 10:16:30 +03:00
parent 49c532e4db
commit c438672ced
+1 -1
View File
@@ -378,7 +378,7 @@ class FreeKassaService:
await notification_service.notify_payment_received( await notification_service.notify_payment_received(
user_id=payment.user_id, user_id=payment.user_id,
amount=float(payment.amount), amount=float(payment.amount),
currency=self.currency or self.settings.DEFAULT_CURRENCY_SYMBOL, currency=self.default_currency,
months=months, months=months,
payment_provider="freekassa", payment_provider="freekassa",
username=db_user.username if db_user else None, username=db_user.username if db_user else None,