invoices, order handling, db updates
This commit is contained in:
@@ -214,7 +214,7 @@ def order_specs_confirmation(order_id: int) -> InlineKeyboardMarkup:
|
||||
[
|
||||
[
|
||||
InlineKeyboardButton(
|
||||
text="🟢 Перейти к оплате",
|
||||
text="🟢 Подтвердить",
|
||||
callback_data=f"payment:{order_id}",
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user