1 Commits

Author SHA1 Message Date
unknown
1db24ace53 fixes 2025-12-06 19:41:13 +03:00

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="🔙 Назад",