Skip to content

Commit

Permalink
Removed: removed service call for updating product identification pref (
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridwan6947 committed Jul 24, 2024
1 parent b8ee1f6 commit b206b93
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/services/UserService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,22 +96,6 @@ const setUserPreference = async (payload: any): Promise<any> => {
});
}

const updateProductIdentificationPref = async (payload: any): Promise<any> => {
return api({
url: "service/updateProductStoreSetting",
method: "post",
data: payload
});
}

const createProductIdentificationPref = async (payload: any): Promise<any> => {
return api({
url: "service/createProductStoreSetting",
method: "post",
data: payload
});
}


const getUserPermissions = async (payload: any, token: any): Promise<any> => {
const baseURL = store.getters['user/getBaseUrl'];
Expand Down Expand Up @@ -208,8 +192,6 @@ export const UserService = {
getUserPermissions,
getFacilityLocations,
getEComStores,
createProductIdentificationPref,
updateProductIdentificationPref,
setUserPreference,
checkPermission
}

0 comments on commit b206b93

Please sign in to comment.