Merge branch '5.4.13' of github.com:gnuboard/gnuboard5 into 5.4.13

This commit is contained in:
Cloud User
2021-07-21 04:54:28 +00:00

View File

@ -212,7 +212,7 @@ if($pp_receipt_price > 0 && $pp['pp_id'] && $pp['od_id']) {
where od_id = '{$pp['od_id']}' ";
$result = sql_query($sql, false);
// 결제정보 입력 오류시 kcp 결제 취소
// 결제정보 입력 오류시 결제 취소
if(!$result) {
$cancel_msg = '결제정보 입력 오류';
switch($default['de_pg_service']) {