summaryrefslogtreecommitdiff
path: root/t/credit_card_us.t
diff options
context:
space:
mode:
Diffstat (limited to 't/credit_card_us.t')
-rw-r--r--t/credit_card_us.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/credit_card_us.t b/t/credit_card_us.t
index a857ae3..c24532f 100644
--- a/t/credit_card_us.t
+++ b/t/credit_card_us.t
@@ -23,6 +23,9 @@ $tx->content(
currency => 'USD',
card_number => '4242424242424242',
expiration => '01/12',
+ cvv2 => '123',
+ address => '1234 Tofu Lane',
+ zip => '543215454',
);
$tx->test_transaction(1); # test, dont really charge
$tx->submit();