This commit is contained in:
unknown
2025-12-06 19:41:13 +03:00
parent d3e47a662f
commit 1db24ace53

View File

@@ -131,12 +131,6 @@ def payment_methods_keyboard(amount: int):
callback_data=f"method_crypto_{amount}", callback_data=f"method_crypto_{amount}",
) )
) )
builder.row(
InlineKeyboardButton(
text="🏦 СБП (Система быстрых платежей)",
callback_data=f"method_sbp_{amount}",
)
)
builder.row( builder.row(
InlineKeyboardButton( InlineKeyboardButton(
text="🔙 Назад", text="🔙 Назад",