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, }, ],