Index: /temp/trunk/html/test/naka/send.php
===================================================================
--- /temp/trunk/html/test/naka/send.php	(revision 7806)
+++ /temp/trunk/html/test/naka/send.php	(revision 7813)
@@ -22,4 +22,5 @@
 	'user_id' => 'ktest'
 	,'conveni_code' => '11'
+	
 );
 
Index: /temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 7803)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 7813)
@@ -56,6 +56,6 @@
 	
 	// GET¥Ç¡¼¥¿¤òÊÝÂ¸
-	$arrVal["credit_result"] = $_GET["result"];
-	$arrVal["memo01"] = 1;
+	//$arrVal["credit_result"] = $_GET["result"];
+	$arrVal["memo01"] = PAYMENT_CONVENIENCE_ID;
 	$arrVal["memo03"] = $arrPayment[0]["module_id"];
 	
Index: /temp/trunk/data/downloads/module/mdl_epsilon/card.php
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/card.php	(revision 7786)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/card.php	(revision 7813)
@@ -57,5 +57,5 @@
 	// GET¥Ç¡¼¥¿¤òÊÝÂ¸
 	$arrVal["credit_result"] = $_GET["result"];
-	$arrVal["memo01"] = 1;
+	$arrVal["memo01"] = PAYMENT_CREDIT_ID;
 	$arrVal["memo03"] = $arrPayment[0]["module_id"];
 	
