mirror of
https://github.com/olegvodyanov/docbot.git
synced 2026-02-02 02:45:46 +03:00
change text align
This commit is contained in:
parent
d2b23b4b20
commit
a6093de7ee
@ -63,7 +63,9 @@ async def choose_tariff(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
||||
|
||||
payment_url = f"https://pay.example.com/payment?tariff={tariff}&price={price}"
|
||||
pay_keyboard = [
|
||||
InlineKeyboardButton("Перейти к оплате", url=payment_url)
|
||||
[
|
||||
InlineKeyboardButton("Перейти к оплате", url=payment_url),
|
||||
]
|
||||
]
|
||||
|
||||
await query.message.reply_text(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user