set custom payment id for fk

This commit is contained in:
Snowy-Fluffy
2025-10-24 20:21:35 +03:00
parent cdfd94c814
commit 0524d24b13
5 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -881,10 +881,10 @@ async def pay_fk_callback_handler(
months=months,
amount=price_rub,
currency=freekassa_service.default_currency,
method_code=44,
payment_method_id=freekassa_service.payment_method_id,
ip_address=freekassa_service.server_ip,
extra_params={
"us_method": 44,
"us_method": freekassa_service.payment_method_id,
},
)