LG Crossplatform 모듈 적용

This commit is contained in:
chicpro
2015-10-01 09:11:58 +09:00
parent e8ae9bc29e
commit ea66722a5e
10 changed files with 206 additions and 111 deletions

View File

@ -1432,7 +1432,7 @@ function forderform_check(f)
<?php } ?>
if(f.LGD_CUSTOM_FIRSTPAY.value != "무통장") {
Pay_Request("<?php echo $od_id; ?>", f.LGD_AMOUNT.value, f.LGD_TIMESTAMP.value);
launchCrossPlatform(f);
} else {
f.submit();
}