Index: branches/dev/html/mobile/nonmember/payment.php
===================================================================
--- branches/dev/html/mobile/nonmember/payment.php	(revision 12815)
+++ branches/dev/html/mobile/nonmember/payment.php	(revision 12816)
@@ -102,5 +102,6 @@
 		$objSiteSess->setRegistFlag();
 		// ³ÎÇ§¥Ú¡¼¥¸¤Ø°ÜÆ°
-		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_CONFIRM));
+		//header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_CONFIRM));
+        header("Location: " . gfAddSessionId('./confirm.php'));
 		exit;
 	}else{
@@ -366,3 +367,5 @@
 	return $objFormParam;
 }
+
+
 ?>
