KCP 부분취소 코드 오류 수정
This commit is contained in:
@ -79,7 +79,8 @@ if ( $tran_cd != "" )
|
|||||||
$g_conf_site_key, $tran_cd, "",
|
$g_conf_site_key, $tran_cd, "",
|
||||||
$g_conf_gw_url, $g_conf_gw_port, "payplus_cli_slib",
|
$g_conf_gw_url, $g_conf_gw_port, "payplus_cli_slib",
|
||||||
$ordr_idxx, $cust_ip, $g_conf_log_level,
|
$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_cd = $c_PayPlus->m_res_cd; // 결과 코드
|
||||||
$res_msg = $c_PayPlus->m_res_msg; // 결과 메시지
|
$res_msg = $c_PayPlus->m_res_msg; // 결과 메시지
|
||||||
|
|||||||
Reference in New Issue
Block a user