Contect with order api

This commit is contained in:
Jelaletdin12
2025-12-09 23:01:18 +05:00
parent d6c163dd06
commit 14f9bd400e
18 changed files with 910 additions and 624 deletions

View File

@@ -224,7 +224,7 @@ export function useCreateOrder() {
return useMutation({
mutationFn: async (payload: {
customer_name?: string
customer_phone?: string
customer_phone: string
customer_address: string
shipping_method: string
payment_type_id: number