From fd04665ec8dbd67007ccf797e6465b0fcca9c825 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 29 Mar 2013 17:36:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=83=81=ED=83=9C=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=EC=8B=9C=20=EC=A3=BC=EB=AC=B8=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C=20=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderformupdate.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index b8411e38e..2df782191 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -277,10 +277,11 @@ if($result_check && !$result) { $cancel_msg = 'Order status update error'; include G4_SHOP_PATH.'/kcp/pp_ax_hub_cancel.php'; // 결제취소처리 + echo "

$sql

" . mysql_errno() . " : " . mysql_error() . "

error file : {$_SERVER['PHP_SELF']}"; + // 주문삭제 sql_query(" delete from {$g4['yc4_order_table']} where od_id = '$od_id' and uq_id = '$tmp_uq_id' "); - - die("

$sql

" . mysql_errno() . " : " . mysql_error() . "

error file : {$_SERVER['PHP_SELF']}"); + exit; } // 회원이면서 포인트를 사용했다면 포인트 테이블에 사용을 추가