diff --git a/shop/kcp/orderform.1.php b/shop/kcp/orderform.1.php index 3437920cf..8b18d7715 100644 --- a/shop/kcp/orderform.1.php +++ b/shop/kcp/orderform.1.php @@ -1,125 +1,59 @@ - - - - -
- + + \ No newline at end of file diff --git a/shop/kcp/orderform.2.php b/shop/kcp/orderform.2.php index 7d38880cc..f9c0fa4f9 100644 --- a/shop/kcp/orderform.2.php +++ b/shop/kcp/orderform.2.php @@ -10,7 +10,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 ?> - + + + + + + @@ -185,7 +190,7 @@ if($default['de_tax_flag_use']) { - + - - - - - - \ No newline at end of file diff --git a/shop/kcp/pp_ax_hub.php b/shop/kcp/pp_ax_hub.php index 2920c80aa..246156cac 100644 --- a/shop/kcp/pp_ax_hub.php +++ b/shop/kcp/pp_ax_hub.php @@ -23,6 +23,18 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 /* ============================================================================== */ ?> + + 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, "3" , 0, 0, $g_conf_key_dir, $g_conf_log_dir); // 응답 전문 처리 + $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; // 결과 메시지 diff --git a/shop/kcp/pp_ax_hub_cancel.php b/shop/kcp/pp_ax_hub_cancel.php index f5c14d89c..1eb48f533 100644 --- a/shop/kcp/pp_ax_hub_cancel.php +++ b/shop/kcp/pp_ax_hub_cancel.php @@ -64,7 +64,7 @@ if ( $req_tx == "pay" ) $c_PayPlus->mf_do_tx( $tno, $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, "3" , + $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; diff --git a/shop/orderform.php b/shop/orderform.php index a92a1d672..de72fd6f2 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -40,7 +40,7 @@ if(!$is_mobile_order) { $g5['body_script'] = ' onload="javascript:enable_click()"'; break; default: - $g5['body_script'] = ' onload="CheckPayplusInstall();"'; + $g5['body_script'] = ''; break; } } diff --git a/shop/orderform.sub.php b/shop/orderform.sub.php index 2f74505b0..5b5b5b5a1 100644 --- a/shop/orderform.sub.php +++ b/shop/orderform.sub.php @@ -1410,9 +1410,9 @@ function forderform_check(f) f.rcvr_add2.value = f.od_b_addr2.value; if(f.pay_method.value != "무통장") { - return jsf__pay( f ); + jsf__pay( f ); } else { - return true; + f.submit(); } @@ -1433,7 +1433,7 @@ function forderform_check(f) if(f.LGD_CUSTOM_FIRSTPAY.value != "무통장") { - launchCrossPlatform(f); + launchCrossPlatform(f); } else { f.submit(); } diff --git a/shop/personalpayform.sub.php b/shop/personalpayform.sub.php index 680c60e1e..6549fe093 100644 --- a/shop/personalpayform.sub.php +++ b/shop/personalpayform.sub.php @@ -239,9 +239,9 @@ function forderform_check(f) f.rcvr_mail.value = f.pp_email.value; if(f.pay_method.value != "무통장") { - return jsf__pay( f ); + jsf__pay( f ); } else { - return true; + f.submit(); } diff --git a/shop/settle_kcp.inc.php b/shop/settle_kcp.inc.php index c80db4ecd..0dd137be9 100644 --- a/shop/settle_kcp.inc.php +++ b/shop/settle_kcp.inc.php @@ -1,8 +1,6 @@