From f22b620034f47718e30813fb0f16c8d0eb1ce4bc Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Fri, 23 Jan 2026 19:30:15 +0500 Subject: [PATCH] order create --- src/features/cart/ui/OrderPage.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/features/cart/ui/OrderPage.tsx b/src/features/cart/ui/OrderPage.tsx index fecbe7c..e356d95 100644 --- a/src/features/cart/ui/OrderPage.tsx +++ b/src/features/cart/ui/OrderPage.tsx @@ -259,15 +259,7 @@ const OrderPage = () => { return; } - const order_products: { - inventory_kind: sting; - product_code: sting; - on_balance: sting; - order_quant: number; - price_type_code: sting; - product_price: sting; - warehouse_code: sting; - }[] = []; + const order_products = []; cartItems.forEach((e) => { order_products.push({