Ignore:
Timestamp:
2007/08/29 18:35:17 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/mdl_zeus.inc

    r15421 r15422  
    4545function sfPostPaymentData($arrData){ 
    4646    $arrPost = array( 
    47         'clientip' => '94183', 
     47        'clientip' => '94181', 
    4848        'cardnumber' => $arrData['card_no01'].$arrData['card_no02'].$arrData['card_no03'].$arrData['card_no04'], 
    4949        'expyy' => $arrData['card_year'], 
     
    6363    $req = new HTTP_Request('https://linkpt.cardservice.co.jp/cgi-bin/secure.cgi'); 
    6464    $req->setMethod(HTTP_REQUEST_METHOD_POST); 
    65     $req->addPostDataArray($arrData); 
     65    $req->addPostDataArray($arrPost); 
    6666     
    6767    if (!PEAR::isError($req->sendRequest())) { 
Note: See TracChangeset for help on using the changeset viewer.