PHP7 대응 KCP 결제모듈 수정

This commit is contained in:
chicpro
2015-12-22 15:11:25 +09:00
parent 8b3eedb3e7
commit 5f73ce20d7
9 changed files with 12 additions and 12 deletions

View File

@ -95,7 +95,7 @@
/* = -------------------------------------------------------------------------- = */
/* = 결제에 필요한 인스턴스를 생성하고 초기화 합니다. = */
/* = -------------------------------------------------------------------------- = */
$c_PayPlus = new C_PP_CLI;
$c_PayPlus = new C_PP_CLI_T;
$c_PayPlus->mf_clear();
/* ------------------------------------------------------------------------------ */

View File

@ -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 = "";