order create

This commit is contained in:
Samandar Turgunboyev
2026-01-23 19:44:31 +05:00
parent b60336f90d
commit 2f94e16176

View File

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