summaryrefslogtreecommitdiff
path: root/t/t_transaction_decline.t
diff options
context:
space:
mode:
Diffstat (limited to 't/t_transaction_decline.t')
-rw-r--r--t/t_transaction_decline.t2
1 files changed, 1 insertions, 1 deletions
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.",