This commit is contained in:
Alex55 2026-03-19 12:52:41 +02:00
parent 1433590a54
commit b3cbfb987f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def new_order():
# TODO: обработка заказа # TODO: обработка заказа
print(f"New order received: {order_id}") print(f"New order received: {order_id}")
logging.warn(get_order_content(order_id)) # logging.warn(get_order_content(order_id))
logging.warn(f"newOrder: {order_id}") logging.warn(f"newOrder: {order_id}")
return jsonify({"status": "ok"}), 200 return jsonify({"status": "ok"}), 200