diff --git a/com.twin.app.shoptime/src/lunaSend/account.js b/com.twin.app.shoptime/src/lunaSend/account.js index 065a6faf..ce7586c1 100644 --- a/com.twin.app.shoptime/src/lunaSend/account.js +++ b/com.twin.app.shoptime/src/lunaSend/account.js @@ -164,32 +164,6 @@ export const launchMembershipApp = ( returnPath, { onSuccess, onFailure, onComplete } ) => { - if (typeof window === "object" && !window.Palmsystem) { - console.log("luna send launchMembershipApp"); - - /* 테스트용 */ - // setTimeout(() => { - // const testBypass = JSON.stringify({ - // name: Config.panel_names.CATEGORY_PANEL, - // panelInfo: { - // COUNT: 31, - // currentSpot: null, - // dropDownTab: 0, - // expsOrd: 1, - // focusedContainerId: null, - // lgCatCd: "1017", - // lgCatNm: "LG Electronics", - // tab: 0, - // }, - // }); - - // store.dispatch(handleBypassLink(testBypass)); - - // onSuccess?.({ returnValue: true }); - // }, 1000); - return; - } - if ( typeof window === "object" && window.PalmSystem &&