X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=t%2Flib%2Ftest_account.pl;fp=t%2Flib%2Ftest_account.pl;h=7b104731ed792c211fc76c60e6845b9bfbe59fe7;hb=28425f2f6ecee736d64cf6a45a74dc4f4992edbd;hp=69f8c8977c9c48aa4f5f8ffe9f3ede2ce9210b95;hpb=59dc9c0128f8c9258c9ec80f11754dd1e7ecf26e;p=Business-OnlinePayment-vSecureProcessing.git diff --git a/t/lib/test_account.pl b/t/lib/test_account.pl index 69f8c89..7b10473 100644 --- a/t/lib/test_account.pl +++ b/t/lib/test_account.pl @@ -2,14 +2,11 @@ sub test_account { # fill all these fields in to test out transactions my %opts = ( - server =>'', # be sure to leave out the 'https://' + login => '', #userid + password => '', #gid platform => '', - gid => '', - tid => '', - userid=> 'name@server.com', - port => 443, - env => 'test', appid => '' + #tid => '', ); return %opts;