From 6c1351f775af07f872a2aa703bbd0b1f5fc23987 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 24 Sep 2013 15:46:45 +0900 Subject: [PATCH] =?UTF-8?q?G5=5FOD=5FSTATUS=5FSETTLE=20=EC=9E=85=EA=B8=88?= =?UTF-8?q?=EC=99=84=EB=A3=8C=20=EB=A5=BC=20=EA=B2=B0=EC=A0=9C=EC=99=84?= =?UTF-8?q?=EB=A3=8C=20=EB=A1=9C=20=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/shop.extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/shop.extend.php b/extend/shop.extend.php index 08c5be949..c01ac62f2 100644 --- a/extend/shop.extend.php +++ b/extend/shop.extend.php @@ -49,7 +49,7 @@ define('G5_MSHOP_SKIN_URL', G5_MOBILE_URL .'/'.G5_SKIN_DIR.'/shop/'.$default['d // 주문상태 상수 define('G5_OD_STATUS_ORDER' , '입금확인중'); -define('G5_OD_STATUS_SETTLE' , '입금완료'); +define('G5_OD_STATUS_SETTLE' , '결제완료'); define('G5_OD_STATUS_READY' , '배송준비중'); define('G5_OD_STATUS_DELIVERY' , '배송중'); define('G5_OD_STATUS_FINISH' , '배송완료');