From 30b81035bec1e40b6600c614990325257b08a77f Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 8 May 2013 18:39:56 +0900 Subject: [PATCH] =?UTF-8?q?pg=20=EA=B2=B0=EC=A0=9C=EC=8B=9C=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=20=EC=82=AC=EC=9A=A9=20=EA=B8=88=EC=95=A1=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=EB=90=98=EB=8F=84=EB=A1=9D=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 --- shop/orderform.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shop/orderform.php b/shop/orderform.php index 5ed0d8866..c8af42c1e 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -792,6 +792,11 @@ function forderform_check(f) } } + // pg 결제 금액에서 포인트 금액 차감 + if(settle_method != "무통장" && temp_point > 0) { + f.good_mny.value = parseInt(f.good_mny.value) - temp_point; + } + // pay_method 설정 switch(settle_method) {