[buyoption]

- 웹에서는 로그인 에러가뜨지만 티비에서 루나멤버쉽으로 보내기 위한 주석 해제
This commit is contained in:
junghoon86.park
2025-11-21 12:43:02 +09:00
parent 3e491ac0fc
commit 2c99ab559c

View File

@@ -47,6 +47,7 @@ import {
import { clearAllToasts } from '../../../actions/toastActions'; import { clearAllToasts } from '../../../actions/toastActions';
import TButton from '../../../components/TButton/TButton'; import TButton from '../../../components/TButton/TButton';
import TPopUp from '../../../components/TPopUp/TPopUp'; import TPopUp from '../../../components/TPopUp/TPopUp';
import { launchMembershipApp } from '../../../lunaSend';
import { BUYNOW_CONFIG } from '../../../utils/BuyNowConfig'; import { BUYNOW_CONFIG } from '../../../utils/BuyNowConfig';
import { import {
createMockProductOptionData, createMockProductOptionData,
@@ -1383,7 +1384,7 @@ const BuyOption = ({
}); });
dispatch(setHidePopup()); dispatch(setHidePopup());
// dispatch(launchMembershipApp()); // 필요시 추가 dispatch(launchMembershipApp());
} else { } else {
dispatch(setShowPopup(Config.ACTIVE_POPUP.qrPopup)); dispatch(setShowPopup(Config.ACTIVE_POPUP.qrPopup));
} }