#209 모바일 쿠폰기능 수정 작업 중

This commit is contained in:
chicpro
2013-06-11 11:31:46 +09:00
parent 7407b446cf
commit 2c8fe9ad6c
4 changed files with 61 additions and 45 deletions

View File

@ -151,6 +151,18 @@
$c_PayPlus->m_res_msg = "연동 오류|tran_cd값이 설정되지 않았습니다.";
}
if ($res_cd != '0000')
{
$res_msg = iconv("euc-kr", "utf-8", $res_msg);
echo "<script>
var openwin = window.open( './kcp/proc_win.php', 'proc_win', '' );
openwin.close();
</script>";
alert("$res_cd : $res_msg");
exit;
}
/* = -------------------------------------------------------------------------- = */
/* = 04. 실행 END = */