order create
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
'use client';
|
'use client';
|
||||||
|
/* eslint-disable */
|
||||||
import { BASE_URL } from '@/shared/config/api/URLs';
|
import { BASE_URL } from '@/shared/config/api/URLs';
|
||||||
import { useCartId } from '@/shared/hooks/cartId';
|
import { useCartId } from '@/shared/hooks/cartId';
|
||||||
import formatDate from '@/shared/lib/formatDate';
|
import formatDate from '@/shared/lib/formatDate';
|
||||||
@@ -291,7 +291,6 @@ const OrderPage = () => {
|
|||||||
currency_code: '860',
|
currency_code: '860',
|
||||||
owner_person_code: '1234567',
|
owner_person_code: '1234567',
|
||||||
note: value.comment,
|
note: value.comment,
|
||||||
|
|
||||||
order_products: order_products,
|
order_products: order_products,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user