test 코드 주석

This commit is contained in:
dongyoungKo
2025-05-15 17:42:23 +09:00
parent e04a35013b
commit 24f87d5472

View File

@@ -116,29 +116,31 @@ export default memo(function TItemCard({
if (onClick) {
onClick(e);
// const params = {
// contextName: "",
// messageId: "",
// shelfLocation: "",
// shelfId: "",
// shelfTitle: "",
// productId: productId,
// productTitle: productName,
// partner: "",
// brand: "",
// price: originalPrice,
// discount: discountRate,
// locaiton: "",
// category: catNm,
// }
// dispatch(sendLogTotalRecommend(
// ...params
// ))
}
const params = {
contextName: "",
messageId: "",
shelfLocation: "",
shelfId: "",
shelfTitle: "",
productId: productId,
productTitle: productName,
partner: "",
brand: "",
price: originalPrice,
discount: discountRate,
locaiton: "",
category: catNm,
}
dispatch(sendLogTotalRecommend(
...params
))