summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/credit_card.t2
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();