- Update for production URL
[Business-OnlinePayment-vSecureProcessing.git] / t / lib / test_account.pl
index 69f8c89..7b10473 100644 (file)
@@ -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;