From a54df1e03d2b17f63f879cdccf03c7e7a7971ff4 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 26 Aug 2002 21:58:55 +0000 Subject: documentation and other minor fixes --- t/bad_auth.t | 4 ++-- t/credit_card.t | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 't') diff --git a/t/bad_auth.t b/t/bad_auth.t index aa10d3c..9dbde52 100644 --- a/t/bad_auth.t +++ b/t/bad_auth.t @@ -39,10 +39,10 @@ $tx->content( customer_id => 'jsk', first_name => 'Tofu', last_name => 'Beast', - address => '123 Anystreet', + address => '8320 Anystreet', city => 'Anywhere', state => 'UT', - zip => '84058', + zip => '85284', card_number => '4111111111111111', expiration => '09/03', ); diff --git a/t/credit_card.t b/t/credit_card.t index 8e2777a..84e729c 100644 --- a/t/credit_card.t +++ b/t/credit_card.t @@ -64,16 +64,15 @@ if($tx->is_success()) { $tx->content( type => 'CC', action => 'Post Authorization', - #order_number => $ordernum, - amount => '10.00', + amount => '999910.00', card_number => '4111111111111111', expiration => '09/03', - authorization => $tx->authorization, + authorization => $tx->authorization, authorization_source_code => $tx->authorization_source_code, - returned_ACI => $tx->returned_ACI, - transaction_identifier => $tx->transaction_identifier, - validation_code => $tx->validation_code, - transaction_sequence_num => $tx->transaction_sequence_num, + returned_ACI => $tx->returned_ACI, + transaction_identifier => $tx->transaction_identifier, + validation_code => $tx->validation_code, + transaction_sequence_num => $tx->transaction_sequence_num, #description => 'Business::OnlinePayment::BankOfAmerica visa test', ); -- cgit v1.2.1