Changeset 8324 for temp/trunk


Ignore:
Timestamp:
2006/11/14 11:06:55 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/card.php

    r8302 r8324  
    8181     
    8282    // Á÷¿®¥Ç¡¼¥¿À¸À® 
     83    $item_name = $arrMainProduct["name"] . "¡ß" . $arrMainProduct["quantity"] . "¸Ä (Âåɽ)"; 
    8384    $arrSendData = array( 
    8485        'contract_code' => $arrPayment[0]["memo01"],                        // ·ÀÌ󥳡¼¥É 
     
    8889        'order_number' => $arrData["order_id"],                             // ¥ª¡¼¥À¡¼ÈÖ¹æ 
    8990        'item_code' => $arrMainProduct["product_code"],                     // ¾¦ÉÊ¥³¡¼¥É(Âåɽ) 
    90         'item_name' => $arrMainProduct["name"],                             // ¾¦ÉÊ̾(Âåɽ) 
     91        'item_name' => $item_name,                                          // ¾¦ÉÊ̾(Âåɽ) 
    9192        'item_price' => $arrData["payment_total"],                          // ¾¦ÉʲÁ³Ê(Àǹþ¤ßÁí³Û) 
    9293        'st_code' => $arrPayment[0]["memo04"],                              // ·èºÑ¶èʬ 
Note: See TracChangeset for help on using the changeset viewer.