Pass AVS and CVV information
[Business-OnlinePayment-eSelectPlus.git] / t / credit_card_ca.t
index a0d5835..a421d83 100644 (file)
@@ -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();