0.02 fixes for postauth/refund/void
[Business-OnlinePayment-Capstone.git] / t / crypt_bad_card.t
index cc36356..1072e2d 100644 (file)
@@ -19,8 +19,16 @@ $tx->content(
     password       => 'testing',
     action         => 'Normal Authorization',
     amount         => '32.32',
-    card_number    => '4242424242424242',
+    card_number    => '4342424242424242',
     expiration     => '08/06',
+    cvv2           => '420',
+    name           => 'Tofu Beast',
+    address        => '123 Anystreet',
+    city           => 'Anywhere',
+    state          => 'UT',
+    zip            => '84058',
+    country        => 'US',
+    email          => 'ivan-capstone-test@420.am',
 );
 $tx->test_transaction(1); # test, dont really charge
 $tx->submit();