kcp 결제모듈 php7 대응 수정
This commit is contained in:
@ -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 = "";
|
||||||
|
|||||||
@ -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 = "";
|
||||||
|
|||||||
@ -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="";
|
||||||
|
|||||||
Reference in New Issue
Block a user