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 (