From f586ecd24ad5e4c68228f6af58b0f7ef5d6c1f00 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 29 Mar 2013 17:31:19 +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=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderformupdate.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index fb83f3ef9..b8411e38e 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -277,6 +277,9 @@ if($result_check && !$result) { $cancel_msg = 'Order status update error'; include G4_SHOP_PATH.'/kcp/pp_ax_hub_cancel.php'; // 결제취소처리 + // 주문삭제 + 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']}"); }