diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 14:27:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-02-12 14:27:41 -0800 |
commit | 28425f2f6ecee736d64cf6a45a74dc4f4992edbd (patch) | |
tree | 0087ff57298a6a175a95c0d3ec647fd28404e6a6 /t/lib | |
parent | 59dc9c0128f8c9258c9ec80f11754dd1e7ecf26e (diff) |
- Update for production URL
- Use username/password for auth like other B:OP modules
- Fix tests
- Remove extraneous extra/ stuff in repo
Diffstat (limited to 't/lib')
-rw-r--r-- | t/lib/test_account.pl | 9 |
1 files changed, 3 insertions, 6 deletions
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; |