diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/BuyOption.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/BuyOption.jsx index 8e0ce034..7004b1b1 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/BuyOption.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/BuyOption.jsx @@ -47,6 +47,7 @@ import { import { clearAllToasts } from '../../../actions/toastActions'; import TButton from '../../../components/TButton/TButton'; import TPopUp from '../../../components/TPopUp/TPopUp'; +import { launchMembershipApp } from '../../../lunaSend'; import { BUYNOW_CONFIG } from '../../../utils/BuyNowConfig'; import { createMockProductOptionData, @@ -1383,7 +1384,7 @@ const BuyOption = ({ }); dispatch(setHidePopup()); - // dispatch(launchMembershipApp()); // 필요시 추가 + dispatch(launchMembershipApp()); } else { dispatch(setShowPopup(Config.ACTIVE_POPUP.qrPopup)); }