use_pay_method 값 설정되지 않던 오류 수정

This commit is contained in:
chicpro
2013-05-09 21:14:31 +09:00
parent c54fbc5368
commit 3bfbd60b33

View File

@ -186,7 +186,7 @@
of.buyr_mail.value = "<?=$buyr_mail?>"; of.buyr_mail.value = "<?=$buyr_mail?>";
of.enc_info.value = "<?=$enc_info?>"; of.enc_info.value = "<?=$enc_info?>";
of.enc_data.value = "<?=$enc_data?>"; of.enc_data.value = "<?=$enc_data?>";
of.use_pay_method = "<?=$use_pay_method?>"; of.use_pay_method.value = "<?=$use_pay_method?>";
of.rcvr_name.value = "<?=$rcvr_name?>"; of.rcvr_name.value = "<?=$rcvr_name?>";
of.rcvr_tel1.value = "<?=$rcvr_tel1?>"; of.rcvr_tel1.value = "<?=$rcvr_tel1?>";
of.rcvr_tel2.value = "<?=$rcvr_tel2?>"; of.rcvr_tel2.value = "<?=$rcvr_tel2?>";