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({