From b315cd0480e94eac8bb8f71c63c4053b7828e172 Mon Sep 17 00:00:00 2001 From: Alex Brelsfoard Date: Mon, 9 Feb 2015 12:46:23 -0500 Subject: [PATCH] fixing typo --- 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 401797e..3e1adb8 100644 --- a/t/t_transaction.t +++ b/t/t_transaction.t @@ -9,7 +9,7 @@ require "t/lib/test_account.pl"; my %opts = test_account_or_skip('card'); -if (!$opt{'gid'} || !$opt{'appid'}) { +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.", 1; exit(0); diff --git a/t/t_transaction_decline.t b/t/t_transaction_decline.t index 1309c78..ce21cb7 100644 --- a/t/t_transaction_decline.t +++ b/t/t_transaction_decline.t @@ -9,7 +9,7 @@ require "t/lib/test_account.pl"; my %opts = test_account_or_skip('card'); -if (!$opt{'gid'} || !$opt{'appid'}) { +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.", 1; exit(0); -- 2.11.0