DetailPanel 쿠폰 기능 구현 (스타일 미완성)
This commit is contained in:
@@ -20,8 +20,12 @@ export default function CheckOutPanel() {
|
||||
const { userInfo } = useSelector(
|
||||
(state) => state.common.appStatus.loginUserData
|
||||
);
|
||||
const panels = useSelector((state) => state.panels.panels);
|
||||
const checkoutData = useSelector((state) => state.checkout?.checkoutData);
|
||||
const testData = useSelector((state) => state);
|
||||
|
||||
console.log("#panels", panels);
|
||||
|
||||
useEffect(() => {
|
||||
dispatch(
|
||||
getMyInfoCheckoutInfo({
|
||||
@@ -31,7 +35,7 @@ export default function CheckOutPanel() {
|
||||
{
|
||||
patnrId: "11",
|
||||
prdtId: "7280567",
|
||||
prodOptCdCval: "7326492",
|
||||
prodOptCdCval: "7326490",
|
||||
prodQty: 1,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user