From 2f94e16176339834239a735dc9de797164d3a721 Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Fri, 23 Jan 2026 19:44:31 +0500 Subject: [PATCH] order create --- src/features/cart/ui/OrderPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/features/cart/ui/OrderPage.tsx b/src/features/cart/ui/OrderPage.tsx index 20e5f0b..408a9ef 100644 --- a/src/features/cart/ui/OrderPage.tsx +++ b/src/features/cart/ui/OrderPage.tsx @@ -1,5 +1,5 @@ 'use client'; - +/* eslint-disable */ import { BASE_URL } from '@/shared/config/api/URLs'; import { useCartId } from '@/shared/hooks/cartId'; import formatDate from '@/shared/lib/formatDate'; @@ -291,7 +291,6 @@ const OrderPage = () => { currency_code: '860', owner_person_code: '1234567', note: value.comment, - order_products: order_products, }, ],