Skip to content

Commit

Permalink
Merge pull request #456 from R-Sourabh/dxp-345-product-identifier-opt…
Browse files Browse the repository at this point in the history
…ions

Improved: changed the api method from client to api for createPicklist service(dxp-345)
  • Loading branch information
ravilodhi authored Oct 28, 2024
2 parents 09aecf9 + 18f0e82 commit 6c6af49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/OrderService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const rejectOrderItem = async (payload: any): Promise <any> => {

const createPicklist = async (query: any): Promise <any> => {
const baseURL = store.getters['user/getBaseUrl'];
return client({
return api({
url: 'createPicklist',
method: 'POST',
data: query,
Expand Down

0 comments on commit 6c6af49

Please sign in to comment.