X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t2%2Fcredit_card.t;h=0748c6a4c49a07884d3a5a170d166146847f0f36;hb=fc1c50ec369553974c7ea4cef4419003d41067ee;hp=87de559d433c77235b615e78016ffe71791504c6;hpb=ae00de029007c2580cb2c61d6a4b2b931e7bba6d;p=Business-OnlinePayment-LinkPoint.git diff --git a/t2/credit_card.t b/t2/credit_card.t index 87de559..0748c6a 100644 --- a/t2/credit_card.t +++ b/t2/credit_card.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' => '1909922411', + 'keyfile' => './test.pem', ); $tx->content( @@ -23,7 +21,7 @@ $tx->content( country => 'US', email => 'ivan-linkpoint@420.am', card_number => '4007000000027', - expiration => '12/2005', + expiration => '12/2008', ); $tx->test_transaction(1);