From 737f64763b33db79a7eadaac30aa208aedd97fae Mon Sep 17 00:00:00 2001 From: Vladless Date: Fri, 15 Nov 2024 23:27:08 +0300 Subject: [PATCH] fix back_button --- handlers/payments/yookassa_pay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/payments/yookassa_pay.py b/handlers/payments/yookassa_pay.py index 4e84f81c..dd9788b6 100644 --- a/handlers/payments/yookassa_pay.py +++ b/handlers/payments/yookassa_pay.py @@ -86,7 +86,7 @@ async def process_callback_pay_yookassa( text="💰 Ввести свою сумму", callback_data="enter_custom_amount_yookassa" ) ) - builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="back_to_profile")) + builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="view_profile")) key_count = await get_key_count(tg_id)