diff options
author | ivan <ivan> | 2003-05-13 10:25:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-13 10:25:08 +0000 |
commit | 4fd93195ade51660b09fd5cb6b41c2c0bf97d9e5 (patch) | |
tree | fbdfbd8264878c19c4c9cb25368de56d1711cd82 /t2/bad_auth.t | |
parent | 06998e5ef79d410d5a553a03a39bba20904aa489 (diff) |
untested update for linkpoint 2.6 changes, ick
Diffstat (limited to 't2/bad_auth.t')
-rw-r--r-- | t2/bad_auth.t | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/t2/bad_auth.t b/t2/bad_auth.t index 16788a1..2374eaf 100644 --- a/t2/bad_auth.t +++ b/t2/bad_auth.t @@ -3,10 +3,8 @@ BEGIN { $| = 1; print "1..1\n"; } use Business::OnlinePayment; my $tx = new Business::OnlinePayment("LinkPoint", - 'storename' => '000000', - 'keyfile' => '/path/to/cert.pem', - 'lbin' => '/path/to/lbin', - 'tmp' => '/path/to/secure/tempdir', + 'storename' => '1909100155', + 'keyfile' => './test.pem', ); $tx->content( |