summaryrefslogtreecommitdiff
path: root/t/credit_card_ca.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-08 17:39:28 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-08 17:39:28 -0700
commitd83690e6c6ec34f7767b22794b53cc9da60078f4 (patch)
tree35602548c3639df00c8e386b17992dd4cb1293a0 /t/credit_card_ca.t
parent3348212d55be92c7ad71a8410e7d6153a3e5f709 (diff)
Pass AVS and CVV information
Diffstat (limited to 't/credit_card_ca.t')
-rw-r--r--t/credit_card_ca.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/credit_card_ca.t b/t/credit_card_ca.t
index a0d5835..a421d83 100644
--- a/t/credit_card_ca.t
+++ b/t/credit_card_ca.t
@@ -23,6 +23,9 @@ $tx->content(
currency => 'CAD',
card_number => '4242424242424242',
expiration => '01/12',
+ cvv2 => '123',
+ address => '1234 Tofu Lane',
+ zip => 'L3T 2C6',
);
$tx->test_transaction(1); # test, dont really charge
$tx->submit();