diff options
Diffstat (limited to 't/capture_ca.t')
-rw-r--r-- | t/capture_ca.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/capture_ca.t b/t/capture_ca.t index 460ea7c..b233d11 100644 --- a/t/capture_ca.t +++ b/t/capture_ca.t @@ -25,6 +25,9 @@ $tx->content( # name => 'eSelectPlus Tester', card_number => '4242424242424242', expiration => '12/14', + cvv2 => '123', + address => '1234 Tofu Lane', + zip => 'L3T 2C6', ); $tx->test_transaction(1); # test, dont really charge |