fix
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user