invoices, order handling, db updates
This commit is contained in:
@@ -18,8 +18,3 @@ def get_order_item_list(cart: CartDTO):
|
||||
text += f"\n━━━━━━━━━━━━━━\n💰 Итого: {cart.total}₽"
|
||||
|
||||
return text
|
||||
|
||||
|
||||
# def get_order_notification(cart: CartDTO):
|
||||
# text
|
||||
# FIXME
|
||||
|
||||
Reference in New Issue
Block a user