X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t2%2Fbad_auth.t;h=689b0cc2f39e21a99b48fe8397671258577be896;hb=fc1c50ec369553974c7ea4cef4419003d41067ee;hp=7752df9bf61e9d5771016e22a9dcf8c155d1dd4a;hpb=563e5cf00aa4a7eb8697ce831e3e62cbb117d8b9;p=Business-OnlinePayment-LinkPoint.git diff --git a/t2/bad_auth.t b/t2/bad_auth.t index 7752df9..689b0cc 100644 --- a/t2/bad_auth.t +++ b/t2/bad_auth.t @@ -1,12 +1,10 @@ -BEGIN { $| = 1; print "1..2\n"; } +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' => '1909922411', + 'keyfile' => './test.pem', ); $tx->content( @@ -23,7 +21,7 @@ $tx->content( country => 'US', email => 'ivan-linkpoint@420.am', card_number => '4007000000027', - expiration => '12/2002', + expiration => '12/2008', result => 'DECLINE', );