PHP7 대응 KCP 결제모듈 수정
This commit is contained in:
@ -270,7 +270,7 @@ if (in_array($_POST['ct_status'], $status_cancel)) {
|
||||
// locale ko_KR.euc-kr 로 설정
|
||||
setlocale(LC_CTYPE, 'ko_KR.euc-kr');
|
||||
|
||||
$c_PayPlus = new C_PP_CLI;
|
||||
$c_PayPlus = new C_PP_CLI_T;
|
||||
|
||||
$c_PayPlus->mf_clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user