From 1f7020b28ba1e33e0f696eca2ad49b8e5ea13c5a Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Fri, 21 Nov 2025 17:22:00 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=BF=A0=ED=8F=B0]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 다운로드 이후 toast 노출. --- .../views/DetailPanel/ProductAllSection/ProductAllSection.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index e7d13098..48830183 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -302,6 +302,7 @@ export default function ProductAllSection({ cpnSnoAll: couponCodes, }) ); + dispatch(showToast({message : "Your coupon download is complete."})); } }, [dispatch, selectedCoupon, userNumber, couponCodes]); @@ -366,6 +367,7 @@ export default function ProductAllSection({ dispatch( getProductCouponDownload({ mbrNo: userNumber, cpnSno: cpnSno }) ); + dispatch(showToast({message : "Your coupon download is complete."})); }; return (