Updating GIT with last bit of changes.
[Business-OnlinePayment-vSecureProcessing.git] / t / t_transaction.t
index 401797e..897e6f7 100644 (file)
@@ -7,9 +7,9 @@ use Test::More;
 use Business::OnlinePayment;
 require "t/lib/test_account.pl";
 
-my %opts = test_account_or_skip('card');
+my %opts = test_account('card');
 
-if (!$opt{'gid'} || !$opt{'appid'}) {
+if (!$opts{'gid'} || !$opts{'appid'}) {
   plan skip_all => "no test credentials provided; fill out t/lib/test_account.pl to test communication with the gateway.",
   1;
   exit(0);