Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented: Added the support for using productStore selector from dxp-component #722

Merged
merged 10 commits into from
Dec 18, 2024
Merged
Prev Previous commit
Improved: added one indentation and sequence change (#dxp/193)
  • Loading branch information
R-Sourabh committed Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 336113e78f2b78e2868497b665b834d7a7255ff7
2 changes: 1 addition & 1 deletion src/store/modules/util/actions.ts
Original file line number Diff line number Diff line change
@@ -486,7 +486,7 @@ const actions: ActionTree<UtilState, RootState> = {
logger.error('Failed to fetch product stores', err)
}
commit(types.UTIL_PRODUCT_STORES_UPDATED, stores)
},
},

async fetchShipmentGatewayConfigs({ commit }) {
let configs = {};
2 changes: 1 addition & 1 deletion src/store/modules/util/index.ts
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ const utilModule: Module<UtilState, RootState> = {
productStoreShipmentMethCount: 0,
rejectReasonEnumTypes: [],
enumerations: {},
facilities: [],
productStores: [],
facilities: [],
shipmentGatewayConfigs: [],
isForceScanEnabled: false,
fulfillmentRejectReasons: {},
Loading