Index: /branches/dev/data/conf/mobile_conf.php
===================================================================
--- /branches/dev/data/conf/mobile_conf.php	(revision 11882)
+++ /branches/dev/data/conf/mobile_conf.php	(revision 11892)
@@ -66,4 +66,6 @@
 define ("MOBILE_URL_SHOP_PAYMENT", MOBILE_URL_DIR . "shopping/payment.php");				// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸
 define ("MOBILE_DETAIL_P_HTML", MOBILE_URL_DIR . "products/detail.php?product_id=");		// ¾¦ÉÊ¾ÜºÙ(HTML½ÐÎÏ)
+define ("MOBILE_URL_SHOP_COMPLETE", MOBILE_URL_DIR . "shopping/complete.php");				// ¹ØÆþ´°Î»²èÌÌ
+define ("MOBILE_URL_SHOP_MODULE", MOBILE_URL_DIR . "shopping/load_payment_module.php");		// ¥â¥¸¥å¡¼¥ëÄÉ²ÃÍÑ²èÌÌ
 
 //--------------------------------------------------------------------------------------------------------
Index: /branches/dev/html/mobile/shopping/confirm.php
===================================================================
--- /branches/dev/html/mobile/shopping/confirm.php	(revision 11851)
+++ /branches/dev/html/mobile/shopping/confirm.php	(revision 11892)
@@ -105,7 +105,7 @@
 	if($payment_type != "") {
 		$_SESSION["payment_id"] = $arrData['payment_id'];
-		header("Location: " . gfAddSessionId(URL_SHOP_MODULE));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_MODULE));
 	}else{
-		header("Location: " . gfAddSessionId(URL_SHOP_COMPLETE));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_COMPLETE));
 	}
 	break;
