From 2c99ab559c837a771a96b60c96052611101bdb9f Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Fri, 21 Nov 2025 12:43:02 +0900 Subject: [PATCH] [buyoption] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 웹에서는 로그인 에러가뜨지만 티비에서 루나멤버쉽으로 보내기 위한 주석 해제 --- .../src/views/DetailPanel/components/BuyOption.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)); }