From 42bf3d6044af12be5dc4a08af74565ffa66379c3 Mon Sep 17 00:00:00 2001 From: kagla Date: Tue, 20 Jul 2021 14:49:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95=20(?= =?UTF-8?q?=ED=95=B4=ED=94=BC=EC=A0=95=EB=8B=98,210720)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/personalpayformupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/personalpayformupdate.php b/mobile/shop/personalpayformupdate.php index 3fb6fc079..21a8a8454 100644 --- a/mobile/shop/personalpayformupdate.php +++ b/mobile/shop/personalpayformupdate.php @@ -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']) {