Beispiel #1
0
        $c_PayPlus->mf_set_modx_data("mod_type", $mod_type);
        // 원거래 변경 요청 종류
        $c_PayPlus->mf_set_modx_data("mod_ip", $cust_ip);
        // 변경 요청자 IP
        $c_PayPlus->mf_set_modx_data("mod_desc", $mod_desc);
        // 변경 사유
    }
}
/* ------------------------------------------------------------------------------ */
/* =   03.  처리 요청 정보 설정 END  											= */
/* ============================================================================== */
/* ============================================================================== */
/* =   04. 실행                                                                 = */
/* = -------------------------------------------------------------------------- = */
if ($tran_cd != "") {
    $c_PayPlus->mf_do_tx($trace_no, $g_conf_home_dir, $g_conf_site_cd, $g_conf_site_key, $tran_cd, "", $g_conf_gw_url, $g_conf_gw_port, "payplus_cli_slib", $ordr_idxx, $cust_ip, $g_conf_log_level, 0, 0, $g_conf_key_dir, $g_conf_log_dir);
    // 응답 전문 처리
    $res_cd = $c_PayPlus->m_res_cd;
    // 결과 코드
    $res_msg = $c_PayPlus->m_res_msg;
    // 결과 메시지
} else {
    $c_PayPlus->m_res_cd = "9562";
    $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();