Index: branches/dev/html/mobile/shopping/confirm.php
===================================================================
--- branches/dev/html/mobile/shopping/confirm.php	(revision 12828)
+++ branches/dev/html/mobile/shopping/confirm.php	(revision 13446)
@@ -70,9 +70,11 @@
 // ·èºÑ¶èÊ¬¤ò¼èÆÀ¤¹¤ë
 $payment_type = "";
+$module_id = "";
 if(sfColumnExists("dtb_payment", "memo01")){
 	// MEMO03¤ËÃÍ¤¬Æþ¤Ã¤Æ¤¤¤ë¾ì¹ç¤Ë¤Ï¡¢¥â¥¸¥å¡¼¥ëÄÉ²Ã¤µ¤ì¤¿¤â¤Î¤È¤ß¤Ê¤¹
-	$sql = "SELECT memo03 FROM dtb_payment WHERE payment_id = ?";
+	$sql = "SELECT module_id,memo03 FROM dtb_payment WHERE payment_id = ?";
 	$arrPayment = $objQuery->getall($sql, array($arrData['payment_id']));
 	$payment_type = $arrPayment[0]["memo03"];
+    $module_id =  $arrPayment[0]["module_id"];    
 }
 $objPage->payment_type = $payment_type;
@@ -103,5 +105,5 @@
 	
 	// ·èºÑÊýË¡¤Ë¤è¤ê²èÌÌÀÚÂØ
-	if($payment_type != "") {
+	if($module_id != "") {
 		$_SESSION["payment_id"] = $arrData['payment_id'];
 		header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_MODULE));
