diff options
author | ivan <ivan> | 2004-05-07 06:55:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-05-07 06:55:53 +0000 |
commit | 0430d22d4819bea8ccd61e2ea6b7e9554359ed48 (patch) | |
tree | 4e770929ba92aac003d5c682d0000e06b775b95d /t2/credit_card.t | |
parent | dd5c4b34ba2bb52e599b7b84416a34debe79022d (diff) |
add multiple_xactions test
Diffstat (limited to 't2/credit_card.t')
-rw-r--r-- | t2/credit_card.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t2/credit_card.t b/t2/credit_card.t index a0cab12..a0c3603 100644 --- a/t2/credit_card.t +++ b/t2/credit_card.t @@ -9,7 +9,7 @@ my $tx = new Business::OnlinePayment("StGeorge", $tx->content( login => '10005432', - password => 'cretphrase', + password => 'certphrase', type => 'CC', action => 'Normal Authorization', description => 'Business::OnlinePayment::LinkPoint visa test', |