모바일 카카오페이 금액 설정 오류 수정

This commit is contained in:
chicpro
2015-09-16 14:59:27 +09:00
parent 38fc34f438
commit 9a1a1c4765

View File

@ -1200,6 +1200,7 @@ function pay_approval()
// 카카오페이 지불
if(settle_method == "KAKAOPAY") {
pf.good_mny.value = f.good_mny.value;
getTxnId(pf);
return false;
}