- Timestamp:
- 2006/11/08 21:15:20 (20 years ago)
- Location:
- temp/trunk/data/downloads/module/mdl_epsilon
- Files:
-
- 2 edited
-
convenience.php (modified) (1 diff)
-
mdl_epsilon.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
r7923 r7924 116 116 'memo1' => ECCUBE_PAYMENT, // ͽÈ÷01 117 117 'memo2' => '' // ͽÈ÷02 118 119 118 ); 120 119 -
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
r7923 r7924 82 82 // »Ùʧ¤¤¶èʬ¤Ë¤è¤ê½èÍý¤ò¤ï¤±¤ë 83 83 if($payment_kbn == PAYMENT_CONVENIENCE_ID){ 84 //$url = URL_SHOP_COMPLETE; 85 $url = SITE_URL . "shopping/complete.php"; 84 //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 85 /* 86 switch($_POST['convenience']) { 87 //¥»¥Ö¥ó¥¤¥ì¥Ö¥ó 88 case '11': 89 $arrRet['cv_type'] = '1'; //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 90 $arrRet['cv_payment_url'] = $arrResult[RES_HARAIKOMI_URL]; //ʧ¹þɼURL(PC) 91 $arrRet['cv_receipt_no'] = $arrResult[RES_RECEIPT_NO]; //ʧ¹þɼÈÖ¹æ 92 break; 93 //¥Õ¥¡¥ß¥ê¡¼¥Þ¡¼¥È 94 case '21': 95 $company_code = substr($arrResult[RES_RECEIPT_NO], 0, 5); 96 $order_no = substr($arrResult[RES_RECEIPT_NO], 6, 12); 97 $arrRet['cv_type'] = '2'; //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 98 $arrRet['cv_company_code'] = $company_code; //´ë¶È¥³¡¼¥É 99 $arrRet['cv_order_no'] = $order_no; //¼õÉÕÈÖ¹æ 100 break; 101 //¥í¡¼¥½¥ó 102 case '31': 103 $arrRet['cv_type'] = '4'; //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 104 $arrRet['cv_receipt_no'] = $arrResult[RES_RECEIPT_NO]; //ʧ¹þɼÈÖ¹æ 105 break; 106 //¥»¥¤¥³¡¼¥Þ¡¼¥È 107 case '32': 108 $arrRet['cv_type'] = '4'; //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 109 $arrRet['cv_receipt_no'] = $arrResult[RES_RECEIPT_NO]; //ʧ¹þɼÈÖ¹æ 110 break; 111 //¥ß¥Ë¥¹¥È¥Ã¥× 112 case '33': 113 $mobile_url = preg_replace("/https:\/\/.+?\/JLPcon/","https://w2.kessai.info/JLM/JLMcon", $arrResult[RES_HARAIKOMI_URL]); 114 $arrRet['cv_type'] = '3'; //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 115 $arrRet['cv_payment_url'] = $arrResult[RES_HARAIKOMI_URL]; //ʧ¹þɼURL 116 $arrRet['cv_payment_mobile_url'] = $mobile_url; //ʧ¹þɼURL(¥â¥Ð¥¤¥ë) 117 break; 118 //¥Ç¥¤¥ê¡¼¥ä¥Þ¥¶¥ 119 case '34': 120 $arrRet['cv_type'] = '5'; //¥³¥ó¥Ó¥Ë¤Î¼ïÎà 121 $arrRet['cv_payment_url'] = $arrResult[RES_HARAIKOMI_URL]; //ʧ¹þɼURL(PC) 122 break; 123 } 124 125 //»Ùʧ´ü¸Â 126 $arrRet['cv_payment_limit'] = lfGetPayLimit(); 127 //¥³¥ó¥Ó¥Ë·èºÑ¾ðÊó¤ò³ÊǼ 128 $sqlval['conveni_data'] = serialize($arrRet); 129 */ 130 sfprintr($arrVal); 131 $url = URL_SHOP_COMPLETE; 132 133 // ¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë¹¹¿· 134 sfRegistTempOrder($uniqid, $arrVal); 135 86 136 }else{ 87 137 $url = sfGetXMLValue($arrVal,'RESULT','REDIRECT'); 88 138 } 89 header("Location: " . $url);139 //header("Location: " . $url); 90 140 } 91 141 }
Note: See TracChangeset
for help on using the changeset viewer.
