From 901069abc1e3ea1e79bd48734f67e701f92d3ecb Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 7 Sep 2015 11:07:47 +0900 Subject: [PATCH] =?UTF-8?q?kcp=20=EA=B0=84=ED=8E=B8=EA=B2=B0=EC=A0=9C=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderform.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shop/orderform.php b/shop/orderform.php index 1a3676827..45d4a8b3e 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -1326,6 +1326,9 @@ function forderform_check(f) // pay_method 설정 + var kcp_site_cd = f.site_cd.value; + f.site_cd.value = kcp_site_cd; + f.payco_direct.value = ""; switch(settle_method) { case "계좌이체": @@ -1341,7 +1344,9 @@ function forderform_check(f) f.pay_method.value = "100000000000"; break; case "간편결제": + f.site_cd.value = "S6729"; + f.pay_method.value = "100000000000"; f.payco_direct.value = "Y"; break;