Ejemplo n.º 1
0
 public static function testDirectAuto()
 {
     Twocheckout::sandbox(true);
     $params = array('sid' => '1817037', 'mode' => '2CO', 'li_0_name' => 'Test Product', 'li_0_price' => '0.01', 'card_holder_name' => 'Testing Tester', 'email' => '*****@*****.**', 'street_address' => '123 test st', 'city' => 'Columbus', 'state' => 'Ohio', 'zip' => '43123', 'country' => 'USA');
     Twocheckout_Charge::direct($params, 'auto');
 }