This commit is contained in:
2025-09-25 03:26:38 +05:00
parent b524fa6968
commit bec7660a02
2 changed files with 2 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ export const orderApi = baseApi.injectEndpoints({
method: "POST",
body: new URLSearchParams(orderDetails),
headers: {
"Accept": "application/json",
"Content-Type": "application/x-www-form-urlencoded",
},
}),