Skip to content

Commit

Permalink
Merge pull request #353 from amansinghbais/bopis/revertProductIdentifier
Browse files Browse the repository at this point in the history
Reverted: "Fixed: not getting product identifiers on app refresh" PR
  • Loading branch information
ravilodhi authored Dec 27, 2023
2 parents 618ddea + ba6a5d4 commit 23f5066
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ export default defineComponent({
});
emitter.on('presentLoader', this.presentLoader);
emitter.on('dismissLoader', this.dismissLoader);
// Get product identification from api using dxp-component
await useProductIdentificationStore().getIdentificationPref(this.currentEComStore?.productStoreId)
.catch((error) => console.error(error));
},
unmounted() {
emitter.off('presentLoader', this.presentLoader);
Expand Down

0 comments on commit 23f5066

Please sign in to comment.