fixes
This commit is contained in:
@@ -131,12 +131,6 @@ def payment_methods_keyboard(amount: int):
|
||||
callback_data=f"method_crypto_{amount}",
|
||||
)
|
||||
)
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="🏦 СБП (Система быстрых платежей)",
|
||||
callback_data=f"method_sbp_{amount}",
|
||||
)
|
||||
)
|
||||
builder.row(
|
||||
InlineKeyboardButton(
|
||||
text="🔙 Назад",
|
||||
|
||||
Reference in New Issue
Block a user