Index: branches/dev/data/conf/mobile_conf.php
===================================================================
--- branches/dev/data/conf/mobile_conf.php	(revision 11903)
+++ branches/dev/data/conf/mobile_conf.php	(revision 11908)
@@ -68,4 +68,6 @@
 define ("MOBILE_URL_SHOP_COMPLETE", MOBILE_URL_DIR . "shopping/complete.php");				// ¹ØÆþ´°Î»²èÌÌ
 define ("MOBILE_URL_SHOP_MODULE", MOBILE_URL_DIR . "shopping/load_payment_module.php");		// ¥â¥¸¥å¡¼¥ëÄÉ²ÃÍÑ²èÌÌ
+define ("MOBILE_URL_SHOP_TOP", MOBILE_SSL_URL . "shopping/index.php");									// ²ñ°÷¾ðÊóÆþÎÏ
+
 
 //--------------------------------------------------------------------------------------------------------
Index: branches/dev/html/mobile/shopping/payment.php
===================================================================
--- branches/dev/html/mobile/shopping/payment.php	(revision 11907)
+++ branches/dev/html/mobile/shopping/payment.php	(revision 11908)
@@ -69,5 +69,5 @@
 		// Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯
 		$objSiteSess->setRegistFlag();
-		header("Location: " . gfAddSessionId(URL_SHOP_TOP));
+		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP));
 		exit;
 	}
