diff options
author | ivan <ivan> | 2002-03-13 16:12:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-13 16:12:26 +0000 |
commit | 9b7c4f05ef02e6e926301552e249a7d804ad4ea9 (patch) | |
tree | d63b589443c79fc912a467738f4f0c98ff258f5f /t/credit_card.t | |
parent | 1b869470cbe552a25ac715cd29c6412888677771 (diff) |
remove cruft
Diffstat (limited to 't/credit_card.t')
-rw-r--r-- | t/credit_card.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/credit_card.t b/t/credit_card.t index 0c9e856..a41e14e 100644 --- a/t/credit_card.t +++ b/t/credit_card.t @@ -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(); |