Compare commits
No commits in common. "3c291baa0e9a339dd573cff6f514844dfb7df089" and "901d8d78a19d2c12d024641ef9a01f613b6cf9f8" have entirely different histories.
3c291baa0e
...
901d8d78a1
@ -13,7 +13,7 @@ export const landingApi = api.injectEndpoints({
|
||||
createOrder: mutation<CreateOrder.Response, CreateOrder.Params>({
|
||||
query: ({ body }) => ({
|
||||
url: `/order/create`,
|
||||
body,
|
||||
params: { body },
|
||||
method: 'POST'
|
||||
}),
|
||||
transformResponse: extractBodyFromResponse<CreateOrder.Response>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user