개인결제 반응형 대응 수정

This commit is contained in:
chicpro
2015-10-01 10:02:27 +09:00
parent ea66722a5e
commit 055a5eac68
8 changed files with 310 additions and 351 deletions

View File

@ -56,6 +56,8 @@ function payment_return() {
document.getElementById("forderform").action = "<?php echo $order_action_url; ?>";
document.getElementById("forderform").submit();
} else {
document.getElementById("forderform").target = "_self";
document.getElementById("forderform").action = "<?php echo $order_action_url; ?>";
alert("LGD_RESPCODE (결과코드) : " + fDoc.document.getElementById('LGD_RESPCODE').value + "\n" + "LGD_RESPMSG (결과메시지): " + fDoc.document.getElementById('LGD_RESPMSG').value);
closeIframe();
}