Changeset 7813
- Timestamp:
- 2006/11/08 18:11:25 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/downloads/module/mdl_epsilon/card.php (modified) (1 diff)
-
data/downloads/module/mdl_epsilon/convenience.php (modified) (1 diff)
-
html/test/naka/send.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/card.php
r7786 r7813 57 57 // GET¥Ç¡¼¥¿¤òÊݸ 58 58 $arrVal["credit_result"] = $_GET["result"]; 59 $arrVal["memo01"] = 1;59 $arrVal["memo01"] = PAYMENT_CREDIT_ID; 60 60 $arrVal["memo03"] = $arrPayment[0]["module_id"]; 61 61 -
temp/trunk/data/downloads/module/mdl_epsilon/convenience.php
r7803 r7813 56 56 57 57 // GET¥Ç¡¼¥¿¤òÊݸ 58 $arrVal["credit_result"] = $_GET["result"];59 $arrVal["memo01"] = 1;58 //$arrVal["credit_result"] = $_GET["result"]; 59 $arrVal["memo01"] = PAYMENT_CONVENIENCE_ID; 60 60 $arrVal["memo03"] = $arrPayment[0]["module_id"]; 61 61 -
temp/trunk/html/test/naka/send.php
r7806 r7813 22 22 'user_id' => 'ktest' 23 23 ,'conveni_code' => '11' 24 24 25 ); 25 26
Note: See TracChangeset
for help on using the changeset viewer.
