feat: payment & customer
This commit is contained in:
@@ -3,11 +3,13 @@ import { configureStore } from '@reduxjs/toolkit'
|
||||
|
||||
import productReducer from '@/redux-store/slices/product'
|
||||
import customerReducer from '@/redux-store/slices/customer'
|
||||
import paymentMethodReducer from '@/redux-store/slices/paymentMethod'
|
||||
|
||||
export const store = configureStore({
|
||||
reducer: {
|
||||
productReducer,
|
||||
customerReducer
|
||||
customerReducer,
|
||||
paymentMethodReducer
|
||||
},
|
||||
middleware: getDefaultMiddleware => getDefaultMiddleware({ serializableCheck: false })
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user