Index: branches/dev/html/shopping/confirm.php
===================================================================
--- branches/dev/html/shopping/confirm.php	(revision 17)
+++ branches/dev/html/shopping/confirm.php	(revision 230)
@@ -106,4 +106,6 @@
 	$arrData["order_id"] = $order_id;
 	
+	sfprintr($arrData);exit();
+	
 	// ½¸·×·ë²Ì¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤ËÈ¿±Ç
 	sfRegistTempOrder($uniqid, $arrData);
Index: branches/dev/html/shopping/index.php
===================================================================
--- branches/dev/html/shopping/index.php	(revision 229)
+++ branches/dev/html/shopping/index.php	(revision 230)
@@ -207,5 +207,4 @@
 	}
 	
-	exit();
 }
 
