From 4f046ec058d8516765a96f8e2e37c8cc4310fc4c Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Mon, 9 Feb 2015 12:50:46 -0500 Subject: [PATCH] fixing test_account function call --- t/t_transaction.t | 2 +- t/t_transaction_decline.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.", 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.", -- 2.11.0