X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Ft_transaction.t;h=897e6f785311f6c1d68fc664ce09dc316c26805f;hb=59dc9c0128f8c9258c9ec80f11754dd1e7ecf26e;hp=3e1adb868a0fe1ec1b85810d34abcd56ba4da87b;hpb=b315cd0480e94eac8bb8f71c63c4053b7828e172;p=Business-OnlinePayment-vSecureProcessing.git diff --git a/t/t_transaction.t b/t/t_transaction.t index 3e1adb8..897e6f7 100644 --- a/t/t_transaction.t +++ b/t/t_transaction.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.",