Merge branch 'dev' into freekassa-codex

This commit is contained in:
machka pasla
2025-10-14 09:38:39 +03:00
committed by GitHub
5 changed files with 78 additions and 14 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ class FreeKassaService:
await notification_service.notify_payment_received(
user_id=payment.user_id,
amount=float(payment.amount),
currency=self.default_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,