myOrder change logic
This commit is contained in:
@@ -56,6 +56,7 @@ export const getMyinfoOrderSearch =
|
||||
payload: response.data.data,
|
||||
append: true,
|
||||
startIndex: (orderInfoDataIdx - 1) * limitNum,
|
||||
orderSearchParams: lastMyinfoOrderSearchParams,
|
||||
});
|
||||
}
|
||||
|
||||
@@ -113,6 +114,10 @@ export const continueGetMyinfoOrderSearch =
|
||||
);
|
||||
};
|
||||
|
||||
export const clearMyinfoOrderSearch = () => ({
|
||||
type: types.CLEAR_MY_INFO_ORDER_SEARCH,
|
||||
});
|
||||
|
||||
// 회원 주문 상세 정보 조회 (IF-LGSP-341)
|
||||
export const getMyinfoOrderDetailSearch =
|
||||
(params, callback) => (dispatch, getState) => {
|
||||
|
||||
Reference in New Issue
Block a user