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