Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1db24ace53 |
@@ -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