Index: /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 7925)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 7926)
@@ -82,51 +82,57 @@
 		// »ÙÊ§¤¤¶èÊ¬¤Ë¤è¤ê½èÍý¤ò¤ï¤±¤ë
 		if($payment_kbn == PAYMENT_CONVENIENCE_ID){
+			
+			$conveni_code = sfGetXMLValue($arrVal,'RESULT','CONVENI_CODE');	// ¥³¥ó¥Ó¥Ë¥³¡¼¥É
+			$receipt_no   = sfGetXMLValue($arrVal,'RESULT','RECEIPT_NO');	// Ê§¹þÉ¼ÈÖ¹æ
+			$payment_url = sfGetXMLValue($arrVal,'RESULT','HARAIKOMI_URL');	// Ê§¹þÉ¼URL(PC)
+			$company_code = sfGetXMLValue($arrVal,'RESULT','KIGYOU_CODE');	// ´ë¶È¥³¡¼¥É
+			$order_no = sfGetXMLValue($arrVal,'RESULT','ORDER_NUMBER');		// ¼õÉÕÈÖ¹æ
+			$tel = $_POST["order_tel01"]."-".$_POST["order_tel02"]."-".$_POST["order_tel03"];	// ÅÅÏÃÈÖ¹æ
+			$payment_limit = sfGetXMLValue($arrVal,'RESULT','CONVENI_LIMIT');	// »ÙÊ§´üÆü
+			
 			//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-			/*
-			switch($_POST['convenience']) {
+			switch($conveni_code) {
 			//¥»¥Ö¥ó¥¤¥ì¥Ö¥ó
 			case '11':
-				$arrRet['cv_type'] = '1';										//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-				$arrRet['cv_payment_url'] = $arrResult[RES_HARAIKOMI_URL];		//Ê§¹þÉ¼URL(PC)
-				$arrRet['cv_receipt_no'] = $arrResult[RES_RECEIPT_NO];			//Ê§¹þÉ¼ÈÖ¹æ
+				$arrRet['cv_type'] = $conveni_code;									//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+				$arrRet['cv_payment_url'] = $payment_url;						//Ê§¹þÉ¼URL(PC)
+				$arrRet['cv_receipt_no'] = $receipt_no;		//Ê§¹þÉ¼ÈÖ¹æ
 				break;
 			//¥Õ¥¡¥ß¥ê¡¼¥Þ¡¼¥È
 			case '21':
-				$company_code = substr($arrResult[RES_RECEIPT_NO], 0, 5);
-				$order_no = substr($arrResult[RES_RECEIPT_NO], 6, 12);
-				$arrRet['cv_type'] = '2';						//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-				$arrRet['cv_company_code'] = $company_code;	//´ë¶È¥³¡¼¥É
-				$arrRet['cv_order_no'] = $order_no;			//¼õÉÕÈÖ¹æ
+				$arrRet['cv_type'] = $conveni_code;							//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+				$arrRet['cv_company_code'] = $company_code;					//´ë¶È¥³¡¼¥É
+				$arrRet['cv_order_no'] = $receipt_no;							//¼õÉÕÈÖ¹æ
 				break;
 			//¥í¡¼¥½¥ó
 			case '31':
-				$arrRet['cv_type'] = '4';									//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-				$arrRet['cv_receipt_no'] = $arrResult[RES_RECEIPT_NO];		//Ê§¹þÉ¼ÈÖ¹æ
+				$arrRet['cv_type'] = $conveni_code;				//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+				$arrRet['cv_receipt_no'] = $receipt_no;			//Ê§¹þÉ¼ÈÖ¹æ
+				$arrRet['cv_tel'] = $tel;			//ÅÅÏÃÈÖ¹æ
 				break;
 			//¥»¥¤¥³¡¼¥Þ¡¼¥È
 			case '32':
-				$arrRet['cv_type'] = '4';									//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-				$arrRet['cv_receipt_no'] = $arrResult[RES_RECEIPT_NO];		//Ê§¹þÉ¼ÈÖ¹æ
+				$arrRet['cv_type'] = $conveni_code;									//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+				$arrRet['cv_receipt_no'] = $receipt_no;		//Ê§¹þÉ¼ÈÖ¹æ
+				$arrRet['cv_tel'] = $tel;			//ÅÅÏÃÈÖ¹æ
 				break;
 			//¥ß¥Ë¥¹¥È¥Ã¥×
 			case '33':
-				$mobile_url = preg_replace("/https:\/\/.+?\/JLPcon/","https://w2.kessai.info/JLM/JLMcon", $arrResult[RES_HARAIKOMI_URL]);
-				$arrRet['cv_type'] = '3';										//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-				$arrRet['cv_payment_url'] = $arrResult[RES_HARAIKOMI_URL];		//Ê§¹þÉ¼URL
-				$arrRet['cv_payment_mobile_url'] = $mobile_url;					//Ê§¹þÉ¼URL(¥â¥Ð¥¤¥ë)
+				$arrRet['cv_type'] = $conveni_code;										//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+				$arrRet['cv_payment_url'] = $payment_url;		//Ê§¹þÉ¼URL
 				break;
 			//¥Ç¥¤¥ê¡¼¥ä¥Þ¥¶¥­
 			case '34':
-				$arrRet['cv_type'] = '5';										//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
-				$arrRet['cv_payment_url'] = $arrResult[RES_HARAIKOMI_URL];		//Ê§¹þÉ¼URL(PC)
+				$arrRet['cv_type'] = $conveni_code;										//¥³¥ó¥Ó¥Ë¤Î¼ïÎà
+				$arrRet['cv_payment_url'] = $payment_url;		//Ê§¹þÉ¼URL
 				break;
 			}
 			
 			//»ÙÊ§´ü¸Â
-			$arrRet['cv_payment_limit'] = lfGetPayLimit();
+			$arrRet['cv_payment_limit'] = $payment_limit;
 			//¥³¥ó¥Ó¥Ë·èºÑ¾ðÊó¤ò³ÊÇ¼
 			$sqlval['conveni_data'] = serialize($arrRet);			
-			*/
-			sfprintr($arrVal);
+			
+			sfprintr($arrRet);
 			$url = URL_SHOP_COMPLETE;
 
Index: /temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 7924)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/convenience.php	(revision 7926)
@@ -112,5 +112,5 @@
 				'user_tel' => $_POST["order_tel01"].$_POST["order_tel02"].$_POST["order_tel03"],	// ÅÅÏÃÈÖ¹æ
 				'user_name_kana' => $_POST["order_kana01"].$_POST["order_kana02"],					// »áÌ¾(¥«¥Ê)
-				'haraikomi_mail' => 0,												// Ê§¹þ¥á¡¼¥ë(Á÷¿®¤·¤Ê¤¤)
+				'haraikomi_mail' => 1,												// Ê§¹þ¥á¡¼¥ë(Á÷¿®¤·¤Ê¤¤)
 				
 				'memo1' => ECCUBE_PAYMENT,											// Í½È÷01
