invoices, order handling, db updates

This commit is contained in:
2026-02-14 23:09:21 +07:00
parent a3aaafd7ac
commit 50b1a8f80c
28 changed files with 508 additions and 44 deletions

View File

@@ -214,7 +214,7 @@ def order_specs_confirmation(order_id: int) -> InlineKeyboardMarkup:
[
[
InlineKeyboardButton(
text="🟢 Перейти к оплате",
text="🟢 Подтвердить",
callback_data=f"payment:{order_id}",
)
],