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

@ -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();
/* ============================================================================== */