- Timestamp:
- 2007/12/02 20:49:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/downloads/module/mdl_zeus/mdl_zeus.inc
r16860 r16861 107 107 ); 108 108 } else { 109 // ¥À¥ß¡¼¤ÎPostÃͤòÀ¸À®¤¹¤ë¡£ 110 $arrPost = array( 111 'send' => 'mall', 112 'clientip' => $arrPaymentDB['clientip'], 113 'money' => '0', 114 'telno' => '0', 115 'sendid' => '0', 116 'cardnumber' => '8888888888888888', 117 'email' => $arrData['order_email'], 118 'sendpoint' => 'eccube', 119 'expyy' => '01', // ¥À¥ß¡¼ÃÍ 120 'expmm' => '01', // ¥À¥ß¡¼ÃÍ 121 'div' => '01', 122 'entry' => 'non', 123 'pubsec' => 'yes' 124 ); 109 125 gfPrintLog("²áµî¤ÎÃíʸ¤¬¤Ê¤¤¤«¡¢²ñ°÷ID¤¬¤¢¤ê¤Þ¤»¤ó¡£"); 110 126 }
Note: See TracChangeset
for help on using the changeset viewer.