Index: /temp/trunk/data/conf/conf.php
===================================================================
--- /temp/trunk/data/conf/conf.php	(revision 7551)
+++ /temp/trunk/data/conf/conf.php	(revision 7562)
@@ -345,4 +345,5 @@
 define ("URL_SHOP_LOAN", URL_DIR . "shopping/loan.php");			// ¥í¡¼¥ó·èºÑ²èÌÌ
 define ("URL_SHOP_CONVENIENCE", URL_DIR . "shopping/convenience.php");	// ¥³¥ó¥Ó¥Ë·èºÑ²èÌÌ
+define ("URL_SHOP_MODULE", URL_DIR . "shopping/load_payment_module.php");	// ¥â¥¸¥å¡¼¥ëÄÉ²ÃÍÑ²èÌÌ
 define ("URL_PRODUCTS_TOP", URL_DIR . "products/top.php");				// ¾¦ÉÊ¥È¥Ã¥×
 define ("LIST_P_HTML", URL_DIR . "products/list-p");					// ¾¦ÉÊ°ìÍ÷(HTML½ÐÎÏ)
Index: /temp/trunk/html/shopping/confirm.php
===================================================================
--- /temp/trunk/html/shopping/confirm.php	(revision 7555)
+++ /temp/trunk/html/shopping/confirm.php	(revision 7562)
@@ -89,5 +89,6 @@
 	switch($arrPayment[0]["memo04"]) {
 	case PAYMENT_CREDIT_ID:
-		header("Location: " . URL_SHOP_CREDIT);
+		//header("Location: " . URL_SHOP_CREDIT);
+		header("Location: " . URL_SHOP_MODULE);		
 		break;
 	case PAYMENT_CONVENIENCE_ID:
Index: /temp/trunk/html/shopping/load_payment_module.php
===================================================================
--- /temp/trunk/html/shopping/load_payment_module.php	(revision 7561)
+++ /temp/trunk/html/shopping/load_payment_module.php	(revision 7562)
@@ -26,3 +26,5 @@
 }
 
+sfprintr($_SESSION);
+
 ?>
