Changeset 8324 for temp/trunk
- Timestamp:
- 2006/11/14 11:06:55 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/card.php
r8302 r8324 81 81 82 82 // Á÷¿®¥Ç¡¼¥¿À¸À® 83 $item_name = $arrMainProduct["name"] . "¡ß" . $arrMainProduct["quantity"] . "¸Ä (Âåɽ)"; 83 84 $arrSendData = array( 84 85 'contract_code' => $arrPayment[0]["memo01"], // ·ÀÌ󥳡¼¥É … … 88 89 'order_number' => $arrData["order_id"], // ¥ª¡¼¥À¡¼ÈÖ¹æ 89 90 'item_code' => $arrMainProduct["product_code"], // ¾¦ÉÊ¥³¡¼¥É(Âåɽ) 90 'item_name' => $ arrMainProduct["name"],// ¾¦ÉÊ̾(Âåɽ)91 'item_name' => $item_name, // ¾¦ÉÊ̾(Âåɽ) 91 92 'item_price' => $arrData["payment_total"], // ¾¦ÉʲÁ³Ê(Àǹþ¤ßÁí³Û) 92 93 'st_code' => $arrPayment[0]["memo04"], // ·èºÑ¶èʬ
Note: See TracChangeset
for help on using the changeset viewer.
