X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Ft_transaction_decline.t;h=2e15eb2a064af957ea0c78085d845a097897d429;hb=59dc9c0128f8c9258c9ec80f11754dd1e7ecf26e;hp=ce21cb7546c781273191b7dea9f3fb5e8f89d335;hpb=b315cd0480e94eac8bb8f71c63c4053b7828e172;p=Business-OnlinePayment-vSecureProcessing.git diff --git a/t/t_transaction_decline.t b/t/t_transaction_decline.t index ce21cb7..2e15eb2 100644 --- a/t/t_transaction_decline.t +++ b/t/t_transaction_decline.t @@ -7,7 +7,7 @@ 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 (!$opts{'gid'} || !$opts{'appid'}) { plan skip_all => "no test credentials provided; fill out t/lib/test_account.pl to test communication with the gateway.",