잘못된 주석 문구 수정 (해피정님,210720)
This commit is contained in:
@ -212,7 +212,7 @@ if($pp_receipt_price > 0 && $pp['pp_id'] && $pp['od_id']) {
|
|||||||
where od_id = '{$pp['od_id']}' ";
|
where od_id = '{$pp['od_id']}' ";
|
||||||
$result = sql_query($sql, false);
|
$result = sql_query($sql, false);
|
||||||
|
|
||||||
// 결제정보 입력 오류시 kcp 결제 취소
|
// 결제정보 입력 오류시 결제 취소
|
||||||
if(!$result) {
|
if(!$result) {
|
||||||
$cancel_msg = '결제정보 입력 오류';
|
$cancel_msg = '결제정보 입력 오류';
|
||||||
switch($default['de_pg_service']) {
|
switch($default['de_pg_service']) {
|
||||||
|
|||||||
Reference in New Issue
Block a user