Ignore:
Timestamp:
2007/08/28 00:15:37 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/html/test/naka/zeus.php

    r15376 r15377  
    44 
    55$arrData = array( 
    6     1 => 'test' 
     6    'clientip' => '94183', 
     7    'cardnumber' => '4568802714347842', 
     8    'expyy' => '08', 
     9    'expmm' => '02', 
     10    'telno' => '0663467705', 
     11    'email' => 'naka@lockon.co.jp', 
     12    'sendid' => '1111', 
     13    'username' => 'naka', 
     14    'money' => '3600', 
     15    'sendpoint' => 'eccube', 
     16    'send' => 'mall', 
     17    'pubsec' => '' 
    718); 
    819 
    9 $req = new HTTP_Request('https://www.ec-cube.net/'); 
     20$req = new HTTP_Request('https://linkpt.cardservice.co.jp/cgi-bin/order.cgi?orders'); 
    1021$req->setMethod(HTTP_REQUEST_METHOD_POST); 
    1122$req->addPostDataArray($arrData); 
     
    2031 
    2132sfPrintR($response); 
    22  
    2333?> 
Note: See TracChangeset for help on using the changeset viewer.