use_pay_method 값 설정되지 않던 오류 수정
This commit is contained in:
@ -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?>";
|
||||||
|
|||||||
Reference in New Issue
Block a user