Index: temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
===================================================================
--- temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 8030)
+++ temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 8031)
@@ -110,10 +110,12 @@
 				
 				$conveni_code = sfGetXMLValue($arrXML,'RESULT','CONVENI_CODE');	// ¥³¥ó¥Ó¥Ë¥³¡¼¥É
-				$receipt_no   = sfGetXMLValue($arrXML,'RESULT','RECEIPT_NO');	// Ê§¹þÉ¼ÈÖ¹æ
-				$payment_url = sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL');	// Ê§¹þÉ¼URL(PC)
-				$company_code = sfGetXMLValue($arrXML,'RESULT','KIGYOU_CODE');	// ´ë¶È¥³¡¼¥É
-				$order_no = sfGetXMLValue($arrXML,'RESULT','ORDER_NUMBER');		// ¼õÉÕÈÖ¹æ
-				$tel = $_POST["order_tel01"]."-".$_POST["order_tel02"]."-".$_POST["order_tel03"];	// ÅÅÏÃÈÖ¹æ
-				$payment_limit = sfGetXMLValue($arrXML,'RESULT','CONVENI_LIMIT');	// »ÙÊ§´üÆü
+				$conveni_type = lfSetConvMSG("¥³¥ó¥Ó¥Ë¤Î¼ïÎà",$arrConvenience[$conveni_code]);	// ¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+				$receipt_no   = lfSetConvMSG("Ê§¹þÉ¼ÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','RECEIPT_NO'));	// Ê§¹þÉ¼ÈÖ¹æ
+				$payment_url = lfSetConvMSG("Ê§¹þÉ¼URL",sfGetXMLValue($arrXML,'RESULT','HARAIKOMI_URL'));	// Ê§¹þÉ¼URL
+				$company_code = lfSetConvMSG("´ë¶È¥³¡¼¥É",sfGetXMLValue($arrXML,'RESULT','KIGYOU_CODE'));	// ´ë¶È¥³¡¼¥É
+				$order_no = lfSetConvMSG("¼õÉÕÈÖ¹æ",sfGetXMLValue($arrXML,'RESULT','ORDER_NUMBER'));		// ¼õÉÕÈÖ¹æ
+				$tel = lfSetConvMSG("ÅÅÏÃÈÖ¹æ",$_POST["order_tel01"]."-".$_POST["order_tel02"]."-".$_POST["order_tel03"]);	// ÅÅÏÃÈÖ¹æ
+				$payment_limit = lfSetConvMSG("»ÙÊ§´üÆü",sfGetXMLValue($arrXML,'RESULT','CONVENI_LIMIT'));	// »ÙÊ§´üÆü
+				
 				
 				//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
@@ -121,7 +123,7 @@
 				//¥»¥Ö¥ó¥¤¥ì¥Ö¥ó
 				case '11':
-					$arrRet['cv_type'] = lfSetConvMSG("¥³¥ó¥Ó¥Ë¤Î¼ïÎà",$arrConvenience[$conveni_code]);			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-					$arrRet['cv_payment_url'] = lfSetConvMSG("Ê§¹þÉ¼URL",$payment_url);	//Ê§¹þÉ¼URL(PC)
-					$arrRet['cv_receipt_no'] = lfSetConvMSG("Ê§¹þÉ¼ÈÖ¹æ",$receipt_no);		//Ê§¹þÉ¼ÈÖ¹æ
+					$arrRet['cv_type'] = $conveni_type;			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+					$arrRet['cv_payment_url'] = $payment_url;	//Ê§¹þÉ¼URL(PC)
+					$arrRet['cv_receipt_no'] = $receipt_no;		//Ê§¹þÉ¼ÈÖ¹æ
 					$arrRet['cv_message'] = lfSetConvMSG("","¾åµ­¤Î¥Ú¡¼¥¸¤ò¥×¥ê¥ó¥È¥¢¥¦¥È¤µ¤ì¤ë¤«Ê§¹þÉ¼ÈÖ¹æ¤ò¥á¥â¤·¤Æ¡¢
 ¤ª»ÙÊ§¤¤´ü¸Â¤Þ¤Ç¤Ë¡¢ºÇ´ó¤ê¤Î¥»¥Ö¥ó¥¤¥ì¥Ö¥ó¤Ë¤ÆÂå¶â¤ò¤ª»ÙÊ§¤¤¤¯¤À¤µ¤¤¡£");
@@ -131,5 +133,5 @@
 				//¥Õ¥¡¥ß¥ê¡¼¥Þ¡¼¥È
 				case '21':
-					$arrRet['cv_type'] = $arrConvenience[$conveni_code];			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+					$arrRet['cv_type'] = $conveni_type;			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
 					$arrRet['cv_company_code'] = $company_code;	//´ë¶È¥³¡¼¥É
 					$arrRet['cv_order_no'] = $receipt_no;		//¼õÉÕÈÖ¹æ
@@ -140,5 +142,5 @@
 				//¥í¡¼¥½¥ó
 				case '31':
-					$arrRet['cv_type'] = $arrConvenience[$conveni_code];			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+					$arrRet['cv_type'] = $conveni_type;			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
 					$arrRet['cv_receipt_no'] = $receipt_no;		//Ê§¹þÉ¼ÈÖ¹æ
 					$arrRet['cv_tel'] = $tel;					//ÅÅÏÃÈÖ¹æ
@@ -161,5 +163,5 @@
 				//¥»¥¤¥³¡¼¥Þ¡¼¥È
 				case '32':
-					$arrRet['cv_type'] = $arrConvenience[$conveni_code];			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+					$arrRet['cv_type'] =$conveni_type;			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
 					$arrRet['cv_receipt_no'] = $receipt_no;		//Ê§¹þÉ¼ÈÖ¹æ
 					$arrRet['cv_tel'] = $tel;					//ÅÅÏÃÈÖ¹æ
@@ -178,5 +180,5 @@
 				//¥ß¥Ë¥¹¥È¥Ã¥×
 				case '33':
-					$arrRet['cv_type'] = $arrConvenience[$conveni_code];			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+					$arrRet['cv_type'] = $conveni_type;			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
 					$arrRet['cv_payment_url'] = $payment_url;	//Ê§¹þÉ¼URL
 					$arrRet['cv_message'] = "¤ª»ÙÊ§¤¤´ü¸Â¤Þ¤Ç¤Ë¥ß¥Ë¥¹¥È¥Ã¥×¤Ë¤ÆÂå¶â¤ò¤ª»ÙÊ§¤¤²¼¤µ¤¤¡£
@@ -186,5 +188,5 @@
 				//¥Ç¥¤¥ê¡¼¥ä¥Þ¥¶¥­
 				case '34':
-					$arrRet['cv_type'] = $arrConvenience[$conveni_code];			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+					$arrRet['cv_type'] = $conveni_type;			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
 					$arrRet['cv_payment_url'] = $payment_url;	//Ê§¹þÉ¼URL
 					$arrRet['cv_message'] = "¤ª»ÙÊ§¤¤´ü¸Â¤Þ¤Ç¤Ë¥Ç¥¤¥ê¡¼¥ä¥Þ¥¶¥­¡¿¥ä¥Þ¥¶¥­¥Ç¥¤¥ê¡¼¥¹¥È¥¢
@@ -196,5 +198,5 @@
 				
 				//»ÙÊ§´ü¸Â
-				$arrRet['cv_payment_limit'] = lfSetConvMSG("\n»ÙÊ§´ü¸Â", $payment_limit);
+				$arrRet['cv_payment_limit'] = $payment_limit;
 				//¥³¥ó¥Ó¥Ë·èºÑ¾ðÊó¤ò³ÊÇ¼
 				$sqlval['conveni_data'] = serialize($arrRet);
