diff options
author | Alex Brelsfoard <alex@Alexs-MacBook-Pro.local> | 2015-02-09 12:50:46 -0500 |
---|---|---|
committer | Alex Brelsfoard <alex@Alexs-MacBook-Pro.local> | 2015-02-09 12:50:46 -0500 |
commit | 4f046ec058d8516765a96f8e2e37c8cc4310fc4c (patch) | |
tree | 799ceed3681f3dcdd7c7631b1c9d15c6747b2dff /t/t_transaction_decline.t | |
parent | b315cd0480e94eac8bb8f71c63c4053b7828e172 (diff) |
fixing test_account function call
Diffstat (limited to 't/t_transaction_decline.t')
-rw-r--r-- | t/t_transaction_decline.t | 2 |
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.", |