X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-eSelectPlus.git;a=blobdiff_plain;f=t%2Fcredit_card_ca.t;fp=t%2Fcredit_card_ca.t;h=a421d8343c14ef11a9d48c1a12cd7ef9f32f63cf;hp=a0d5835e960a970d35b3deef0c87f210ede1dd3b;hb=d83690e6c6ec34f7767b22794b53cc9da60078f4;hpb=3348212d55be92c7ad71a8410e7d6153a3e5f709 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();