diff --git a/adm/shop_admin/orderformcartupdate.php b/adm/shop_admin/orderformcartupdate.php index a5b4bfeb4..d138c0963 100644 --- a/adm/shop_admin/orderformcartupdate.php +++ b/adm/shop_admin/orderformcartupdate.php @@ -270,7 +270,7 @@ if (in_array($_POST['ct_status'], $status_cancel)) { // locale ko_KR.euc-kr 로 설정 setlocale(LC_CTYPE, 'ko_KR.euc-kr'); - $c_PayPlus = new C_PP_CLI; + $c_PayPlus = new C_PP_CLI_T; $c_PayPlus->mf_clear(); diff --git a/mobile/shop/kcp/pp_ax_hub.php b/mobile/shop/kcp/pp_ax_hub.php index 09ccc7bbd..84fa2507d 100644 --- a/mobile/shop/kcp/pp_ax_hub.php +++ b/mobile/shop/kcp/pp_ax_hub.php @@ -95,7 +95,7 @@ /* = -------------------------------------------------------------------------- = */ /* = 결제에 필요한 인스턴스를 생성하고 초기화 합니다. = */ /* = -------------------------------------------------------------------------- = */ - $c_PayPlus = new C_PP_CLI; + $c_PayPlus = new C_PP_CLI_T; $c_PayPlus->mf_clear(); /* ------------------------------------------------------------------------------ */ diff --git a/mobile/shop/kcp/pp_ax_hub_lib.php b/mobile/shop/kcp/pp_ax_hub_lib.php index cc70776d9..4c7940e68 100644 --- a/mobile/shop/kcp/pp_ax_hub_lib.php +++ b/mobile/shop/kcp/pp_ax_hub_lib.php @@ -8,7 +8,7 @@ /* ============================================================================== */ /* = 지불 연동 CLASS = */ /* ============================================================================== */ - class C_PP_CLI + class C_PP_CLI_T { var $m_payx_common; var $m_payx_card; @@ -29,7 +29,7 @@ /* -------------------------------------------------------------------- */ /* - 생성자 - */ /* -------------------------------------------------------------------- */ - function __construct() + function C_PP_CLI() { $this->m_payx_common = ""; $this->m_payx_card = ""; diff --git a/shop/kcp/escrow.register.php b/shop/kcp/escrow.register.php index a33209b22..ff38ec631 100644 --- a/shop/kcp/escrow.register.php +++ b/shop/kcp/escrow.register.php @@ -14,7 +14,7 @@ $mod_type = 'STE1'; $mod_desc = '에스크로 배송시작 등록'; $cust_ip = getenv('REMOTE_ADDR'); -$c_PayPlus = new C_PP_CLI; +$c_PayPlus = new C_PP_CLI_T; $c_PayPlus->mf_clear(); $tran_cd = "00200000"; diff --git a/shop/kcp/orderpartcancel.inc.php b/shop/kcp/orderpartcancel.inc.php index 024974e77..bc04341b6 100644 --- a/shop/kcp/orderpartcancel.inc.php +++ b/shop/kcp/orderpartcancel.inc.php @@ -47,7 +47,7 @@ if($od['od_tax_flag']) { $mod_mny = $tax_mny + $free_mny; } -$c_PayPlus = new C_PAYPLUS_CLI; +$c_PayPlus = new C_PAYPLUS_CLI_T; $c_PayPlus->mf_clear(); if ( $req_tx == "mod" ) diff --git a/shop/kcp/pp_ax_hub.php b/shop/kcp/pp_ax_hub.php index 56acb63c9..2920c80aa 100644 --- a/shop/kcp/pp_ax_hub.php +++ b/shop/kcp/pp_ax_hub.php @@ -119,7 +119,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 /* = -------------------------------------------------------------------------- = */ /* = 결제에 필요한 인스턴스를 생성하고 초기화 합니다. = */ /* = -------------------------------------------------------------------------- = */ -$c_PayPlus = new C_PP_CLI; +$c_PayPlus = new C_PP_CLI_T; $c_PayPlus->mf_clear(); /* ------------------------------------------------------------------------------ */ diff --git a/shop/kcp/pp_ax_hub_lib.php b/shop/kcp/pp_ax_hub_lib.php index cc70776d9..4c7940e68 100644 --- a/shop/kcp/pp_ax_hub_lib.php +++ b/shop/kcp/pp_ax_hub_lib.php @@ -8,7 +8,7 @@ /* ============================================================================== */ /* = 지불 연동 CLASS = */ /* ============================================================================== */ - class C_PP_CLI + class C_PP_CLI_T { var $m_payx_common; var $m_payx_card; @@ -29,7 +29,7 @@ /* -------------------------------------------------------------------- */ /* - 생성자 - */ /* -------------------------------------------------------------------- */ - function __construct() + function C_PP_CLI() { $this->m_payx_common = ""; $this->m_payx_card = ""; diff --git a/shop/kcp/pp_cli_hub.php b/shop/kcp/pp_cli_hub.php index a66dd6c4f..144f51a66 100644 --- a/shop/kcp/pp_cli_hub.php +++ b/shop/kcp/pp_cli_hub.php @@ -99,7 +99,7 @@ setlocale(LC_CTYPE, 'ko_KR.euc-kr'); /* ============================================================================== */ /* = 02. 인스턴스 생성 및 초기화 = */ /* = -------------------------------------------------------------------------- = */ - $c_PayPlus = new C_PAYPLUS_CLI; + $c_PayPlus = new C_PAYPLUS_CLI_T; $c_PayPlus->mf_clear(); /* ============================================================================== */ diff --git a/shop/kcp/pp_cli_hub_lib.php b/shop/kcp/pp_cli_hub_lib.php index 341303032..db77314e6 100644 --- a/shop/kcp/pp_cli_hub_lib.php +++ b/shop/kcp/pp_cli_hub_lib.php @@ -8,7 +8,7 @@ /* ====================================================================== */ /* = 지불 연동 CLASS = */ /* ====================================================================== */ -class C_PAYPLUS_CLI +class C_PAYPLUS_CLI_T { var $m_payx_data; var $m_ordr_data; @@ -27,7 +27,7 @@ class C_PAYPLUS_CLI /* -------------------------------------------------------------------- */ /* - 생성자 - */ /* -------------------------------------------------------------------- */ - function __construct() + function C_PAYPLUS_CLI() { $this->m_payx_data="payx_data="; $this->m_payx_common="";