Index: /temp/trunk/html/shopping/complete.php
===================================================================
--- /temp/trunk/html/shopping/complete.php	(revision 7736)
+++ /temp/trunk/html/shopping/complete.php	(revision 7737)
@@ -498,13 +498,12 @@
 
 // GET¤ÎÃÍ¤ò¥¤¥ó¥µ¡¼¥ÈÍÑ¤ËÀ°¤¨¤ë
-function lfGetInsParam(){
-	$arrRet = array();
+function lfGetInsParam($sqlVal){
 	
 	foreach($_GET as $key => $val){
 		// ¥«¥é¥à¤ÎÂ¸ºß¥Á¥§¥Ã¥¯
-		if(sfColumnExists("dtb_order", $key)) $arrRet[$key] = $val;
-	}
-	
-	return $arrRet;
+		if(sfColumnExists("dtb_order", $key)) $sqlVal[$key] = $val;
+	}
+	
+	return $sqlVal;
 }
 
Index: /temp/trunk/data/downloads/module/mdl_epsilon/card.php
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/card.php	(revision 7731)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/card.php	(revision 7737)
@@ -37,5 +37,5 @@
 	$str_get = "?credit_result=" . $_GET["result"];
 	$str_get .= "&memo01=" . 1;
-	$str_get .= "&memo02=" . $_GET["truns_code"];
+	$str_get .= "&memo02=" . $_GET["trans_code"];
 
 	// ´°Î»²èÌÌ¤Ø
