Changeset 7641 for temp/trunk/data


Ignore:
Timestamp:
2006/11/07 16:43:48 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r7640 r7641  
    5151 
    5252// ¥Ç¡¼¥¿Á÷¿®ÀèCGI 
    53 $order_url = "http://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi"; 
     53$order_url = $arrPayment[0]["memo02"]; 
    5454 
    5555// Á÷¿®¥Ç¡¼¥¿À¸À® 
    5656$arrData = array( 
    57     'contract_code' => '13094800',                                      // ·ÀÌ󥳡¼¥É 
     57    'contract_code' => $arrPayment[0]["memo01"],                        // ·ÀÌ󥳡¼¥É 
    5858    'user_id' => $arrData["customer_id"],                               // ¥æ¡¼¥¶ID 
    5959    'user_name' => $arrData["order_name01"].$arrData["order_name02"],   // ¥æ¡¼¥¶Ì¾ 
     
    6363    'item_name' => $arrMainProduct["name"],                             // ¾¦ÉÊ̾(Âåɽ) 
    6464    'item_price' => $arrData["payment_total"],                          // ¾¦ÉʲÁ³Ê(Àǹþ¤ßÁí³Û) 
    65     'st_code' => '11000-0000-00000',                                    // ·èºÑ¶èʬ 
     65    'st_code' => $arrPayment[0]["memo04"],                              // ·èºÑ¶èʬ 
    6666    'mission_code' => '1',                                              // ²Ý¶â¶èʬ(¸ÇÄê) 
    6767    'process_code' => '1',                                              // ½èÍý¶èʬ(¸ÇÄê) 
Note: See TracChangeset for help on using the changeset viewer.