fix payments

This commit is contained in:
Vladless
2024-11-14 15:13:52 +03:00
parent 2ea073db4a
commit 454b839fae
+2 -2
View File
@@ -82,12 +82,12 @@ async def process_callback_pay_yookassa(
callback_data=PAYMENT_OPTIONS[i]["callback_data"],
)
)
builder.row(
builder.row(
InlineKeyboardButton(
text="💰 Ввести свою сумму", callback_data="enter_custom_amount"
)
)
builder.row(
builder.row(
InlineKeyboardButton(text="⬅️ Назад", callback_data="back_to_profile")
)