From 281c6c98e3e4fb36acb7ee1d62a425ec83e9035d Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 28 Oct 2020 12:01:32 +0900 Subject: [PATCH] =?UTF-8?q?NHN=5FKCP=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20?= =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B2=84=ED=8E=98=EC=9D=B4=20=EA=B0=84?= =?UTF-8?q?=ED=8E=B8=EA=B2=B0=EC=A0=9C=EC=8B=9C=20iframe=EC=9D=B4=20?= =?UTF-8?q?=EC=95=84=EB=8B=8C=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=A0=84?= =?UTF-8?q?=ED=99=98=EC=9C=BC=EB=A1=9C=20=EB=90=98=EA=B2=8C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/kcp/order_approval_form.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mobile/shop/kcp/order_approval_form.php b/mobile/shop/kcp/order_approval_form.php index cee60fafc..7ad9a4545 100644 --- a/mobile/shop/kcp/order_approval_form.php +++ b/mobile/shop/kcp/order_approval_form.php @@ -167,10 +167,13 @@ layer_cont_obj.style.display = "none"; layer_receipt_obj.style.display = "block"; + v_frm.target = "frm_receipt"; + // 네이버페이면 반드시 페이지전환 방식이어야 하며, 그 외에는 iframe 방식으로 한다. - if(!(typeof v_frm.naverpay_direct !== "undefined" && v_frm.naverpay_direct.value === 1)) { // 네이버페이가 아니면 - v_frm.target = "frm_receipt"; + if(typeof v_frm.naverpay_direct !== "undefined" && v_frm.naverpay_direct.value == "Y") { + v_frm.target = ""; } + v_frm.action = PayUrl; if(v_frm.Ret_URL.value == "")