주문상태 오류시 주문 삭제 코드 추가
This commit is contained in:
@ -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("<p>$sql<p>" . mysql_errno() . " : " . mysql_error() . "<p>error file : {$_SERVER['PHP_SELF']}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user