From 1b38551ee0641f29d6db7d46e93b5e7d1afe1ed9 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 9 May 2013 09:22:08 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=B0=EC=A0=9C=EB=93=B1=EB=A1=9D=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C=20=EC=B2=B4=ED=81=AC=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderformupdate.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mobile/shop/orderformupdate.php b/mobile/shop/orderformupdate.php index 9be95dc53..c1a4b052b 100644 --- a/mobile/shop/orderformupdate.php +++ b/mobile/shop/orderformupdate.php @@ -9,6 +9,10 @@ if(get_magic_quotes_gpc()) $_GET = array_map("mysql_real_escape_string", $_GET); $_POST = array_map("mysql_real_escape_string", $_POST); +// 결제등록 완료 체크 +if($_POST['tran_cd'] == '' || $_POST['enc_info'] == '' || $_POST['enc_data'] == '') + alert('결제등록 요청 후 주문해 주십시오.'); + // 장바구니가 비어있는가? if (get_session("ss_direct")) $tmp_uq_id = get_session('ss_uq_direct');