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

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