remove cruft
[Business-OnlinePayment-AuthorizeNet.git] / t / credit_card.t
index 0c9e856..a41e14e 100644 (file)
@@ -23,8 +23,6 @@ $tx->content(
     zip            => '84058',
     card_number    => '4007000000027',
     expiration     => '08/06',
-#    company        => 'Company co',
-#    country        => 'US',
 );
 $tx->test_transaction(1); # test, dont really charge
 $tx->submit();