Skip to content

Commit

Permalink
Merge pull request #250 from ymaheshwari1/preorder/fix-checkInventory
Browse files Browse the repository at this point in the history
Improved: filters for checkInventory api to pass productStoreId
  • Loading branch information
ravilodhi authored Oct 19, 2023
2 parents cc61673 + 42837e1 commit 6a9bc3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/stock/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const actions: ActionTree<StockState, RootState> = {
"filters": {
"productId": productIds,
"productId_op": "in",
"productStoreId": this.state.user.currentEComStore.productStoreId
},
"fieldsToSelect": ["productId","atp"],
});
Expand Down

0 comments on commit 6a9bc3d

Please sign in to comment.