X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Ft_transaction.t;h=897e6f785311f6c1d68fc664ce09dc316c26805f;hb=59dc9c0128f8c9258c9ec80f11754dd1e7ecf26e;hp=401797e4bfa6cfe918bbeb6e9d142b76da79769c;hpb=1e90419f5b23ab4b4fe17b5861958d75ac285c4d;p=Business-OnlinePayment-vSecureProcessing.git diff --git a/t/t_transaction.t b/t/t_transaction.t index 401797e..897e6f7 100644 --- a/t/t_transaction.t +++ b/t/t_transaction.t @@ -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);