"First", "lname" => "Last", "address" => "123 Fake St. Suite 0", "city" => "City", "state" => "ST", "zip" => "90210", "country" => "USA"); $shippinginfo = array("fname" => "First", "lname" => "Last", "address" => "123 Fake St. Suite 0", "city" => "City", "state" => "ST", "zip" => "90210", "country" => "USA"); $response = $this->AuthorizeNet->chargeCard('########', '##############', '4111111111111111', '01', '2010', '123', true, 110, 5, 5, "Purchase of Goods", $billinginfo, "email@email.com", "555-555-5555", $shippinginfo); } } ?>