X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Ft_transaction_decline.t;h=2e15eb2a064af957ea0c78085d845a097897d429;hb=59dc9c0128f8c9258c9ec80f11754dd1e7ecf26e;hp=1309c78dd35fd139fda990bddcc267530c33645f;hpb=1e90419f5b23ab4b4fe17b5861958d75ac285c4d;p=Business-OnlinePayment-vSecureProcessing.git diff --git a/t/t_transaction_decline.t b/t/t_transaction_decline.t index 1309c78..2e15eb2 100644 --- a/t/t_transaction_decline.t +++ b/t/t_transaction_decline.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);