link Successful payment

This commit is contained in:
Vladless
2024-11-27 21:18:07 +03:00
parent d088d4dbc2
commit 5eb4671cc5
+2 -2
View File
@@ -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": "Пополнение баланса",