fixing test_account function call
authorAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>
Mon, 9 Feb 2015 17:50:46 +0000 (12:50 -0500)
committerAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>
Mon, 9 Feb 2015 17:50:46 +0000 (12:50 -0500)
t/t_transaction.t
t/t_transaction_decline.t

index 3e1adb8..897e6f7 100644 (file)
@@ -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.",
index ce21cb7..2e15eb2 100644 (file)
@@ -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.",