summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/bad_auth.t4
-rw-r--r--t/credit_card.t13
2 files changed, 8 insertions, 9 deletions
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',
);