pc 개인결제 lg 결제 추가

This commit is contained in:
chicpro
2014-04-04 10:19:03 +09:00
parent 282b665c3e
commit f12a89b3ca
5 changed files with 154 additions and 419 deletions

View File

@ -40,7 +40,7 @@ function jsf__pay( form )
/* Payplus Plugin 실행 */
if ( MakePayMessage( form ) == true )
{
openwin = window.open( "./kcp/proc_win.html", "proc_win", "width=449, height=209, top=300, left=300" );
//openwin = window.open( "./kcp/proc_win.html", "proc_win", "width=449, height=209, top=300, left=300" );
document.getElementById("display_pay_button").style.display = "none" ;
document.getElementById("display_pay_process").style.display = "" ;
RetVal = true ;