feat: update support button to link directly to support bot
This commit is contained in:
@@ -168,5 +168,3 @@ async def proceed_to_checkout(cb: CallbackQuery, state: FSMContext):
|
|||||||
reply_markup=payment_gateways,
|
reply_markup=payment_gateways,
|
||||||
) # FIXME: temp solution that's incredibly stupid
|
) # FIXME: temp solution that's incredibly stupid
|
||||||
|
|
||||||
await state.set_state(SubscriptionStorage.checkout)
|
|
||||||
await state.set_data({"ctx": ctx})
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ return_to_menu: InlineKeyboardMarkup = InlineKeyboardBuilder([[_return_to_menu_b
|
|||||||
|
|
||||||
payment_gateways: InlineKeyboardMarkup = InlineKeyboardBuilder(
|
payment_gateways: InlineKeyboardMarkup = InlineKeyboardBuilder(
|
||||||
[
|
[
|
||||||
[InlineKeyboardButton(text="✍️ Перейти в поддержку", callback_data="checkout")],
|
[InlineKeyboardButton(text="✍️ Перейти в поддержку", url="https://t.me/maleniasupportbot")],
|
||||||
[_return_to_menu_btn],
|
[_return_to_menu_btn],
|
||||||
]
|
]
|
||||||
).as_markup()
|
).as_markup()
|
||||||
|
|||||||
Reference in New Issue
Block a user