Changeset 7641 for temp/trunk/data
- Timestamp:
- 2006/11/07 16:43:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/card.php
r7640 r7641 51 51 52 52 // ¥Ç¡¼¥¿Á÷¿®ÀèCGI 53 $order_url = "http://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi";53 $order_url = $arrPayment[0]["memo02"]; 54 54 55 55 // Á÷¿®¥Ç¡¼¥¿À¸À® 56 56 $arrData = array( 57 'contract_code' => '13094800',// ·ÀÌ󥳡¼¥É57 'contract_code' => $arrPayment[0]["memo01"], // ·ÀÌ󥳡¼¥É 58 58 'user_id' => $arrData["customer_id"], // ¥æ¡¼¥¶ID 59 59 'user_name' => $arrData["order_name01"].$arrData["order_name02"], // ¥æ¡¼¥¶Ì¾ … … 63 63 'item_name' => $arrMainProduct["name"], // ¾¦ÉÊ̾(Âåɽ) 64 64 'item_price' => $arrData["payment_total"], // ¾¦ÉʲÁ³Ê(Àǹþ¤ßÁí³Û) 65 'st_code' => '11000-0000-00000',// ·èºÑ¶èʬ65 'st_code' => $arrPayment[0]["memo04"], // ·èºÑ¶èʬ 66 66 'mission_code' => '1', // ²Ý¶â¶èʬ(¸ÇÄê) 67 67 'process_code' => '1', // ½èÍý¶èʬ(¸ÇÄê)
Note: See TracChangeset
for help on using the changeset viewer.
