myOrder change logic

This commit is contained in:
hyunwoo93.cha
2024-07-03 11:24:11 +09:00
parent 14944f4694
commit 2ba260210f
5 changed files with 84 additions and 47 deletions

View File

@@ -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) => {