From 5eb4671cc582f01d67190a18a4206c859a4e308e Mon Sep 17 00:00:00 2001 From: Vladless Date: Wed, 27 Nov 2024 21:18:07 +0300 Subject: [PATCH] link Successful payment --- handlers/payments/yookassa_pay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/payments/yookassa_pay.py b/handlers/payments/yookassa_pay.py index 7d073a55..f3b9009a 100644 --- a/handlers/payments/yookassa_pay.py +++ b/handlers/payments/yookassa_pay.py @@ -105,7 +105,7 @@ async def process_amount_selection(callback_query: types.CallbackQuery, state: F "amount": {"value": str(amount), "currency": "RUB"}, "confirmation": { "type": "redirect", - "return_url": "https://pocomacho.ru/", + "return_url": "https://pocomacho.ru/success.html", }, "capture": True, "description": "Пополнение баланса", @@ -189,7 +189,7 @@ async def process_custom_amount_input(message: types.Message, state: FSMContext) "amount": {"value": str(amount), "currency": "RUB"}, "confirmation": { "type": "redirect", - "return_url": "https://pocomacho.ru/", + "return_url": "https://pocomacho.ru/success.html", }, "capture": True, "description": "Пополнение баланса",