From 28425f2f6ecee736d64cf6a45a74dc4f4992edbd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 12 Feb 2015 14:27:41 -0800 Subject: - Update for production URL - Use username/password for auth like other B:OP modules - Fix tests - Remove extraneous extra/ stuff in repo --- t/lib/test_account.pl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 't/lib/test_account.pl') 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; -- cgit v1.2.1