diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 97921a569..4470df898 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -1200,6 +1200,7 @@ function pay_approval() // 카카오페이 지불 if(settle_method == "KAKAOPAY") { + pf.good_mny.value = f.good_mny.value; getTxnId(pf); return false; }