Update cloudpayments.py

This commit is contained in:
Egor
2026-01-24 11:31:43 +03:00
committed by GitHub
parent 7d64abf6f8
commit f44a59f365
+1 -1
View File
@@ -229,7 +229,7 @@ class CloudPaymentsPaymentMixin:
transaction = await create_transaction(
db=db,
user_id=user.id,
type_=TransactionType.DEPOSIT,
type=TransactionType.DEPOSIT,
amount_kopeks=amount_kopeks,
description=payment.description or settings.CLOUDPAYMENTS_DESCRIPTION,
payment_method=PaymentMethod.CLOUDPAYMENTS,