kcp 결제모듈 php7 대응 수정

This commit is contained in:
chicpro
2015-12-22 12:05:05 +09:00
parent bc85f8fdbd
commit 8b3eedb3e7
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
/* - 생성자 - */ /* - 생성자 - */
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
function C_PP_CLI() function __construct()
{ {
$this->m_payx_common = ""; $this->m_payx_common = "";
$this->m_payx_card = ""; $this->m_payx_card = "";

View File

@ -29,7 +29,7 @@
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
/* - 생성자 - */ /* - 생성자 - */
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
function C_PP_CLI() function __construct()
{ {
$this->m_payx_common = ""; $this->m_payx_common = "";
$this->m_payx_card = ""; $this->m_payx_card = "";

View File

@ -27,7 +27,7 @@ class C_PAYPLUS_CLI
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
/* - 생성자 - */ /* - 생성자 - */
/* -------------------------------------------------------------------- */ /* -------------------------------------------------------------------- */
function C_PAYPLUS_CLI() function __construct()
{ {
$this->m_payx_data="payx_data="; $this->m_payx_data="payx_data=";
$this->m_payx_common=""; $this->m_payx_common="";