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) {