From dafab54d874265f576305d8ba44a6d90a142a7b1 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 11 Oct 2005 00:57:05 +0000 Subject: 0.02 fixes for postauth/refund/void --- t/bad_card.t | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 't/bad_card.t') diff --git a/t/bad_card.t b/t/bad_card.t index f744c61..b41c71a 100644 --- a/t/bad_card.t +++ b/t/bad_card.t @@ -20,8 +20,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(); -- cgit v1.2.1