summaryrefslogtreecommitdiff
path: root/t/t_transaction_decline.t
diff options
context:
space:
mode:
authorAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>2015-02-09 12:46:23 -0500
committerAlex Brelsfoard <alex@Alexs-MacBook-Pro.local>2015-02-09 12:46:23 -0500
commitb315cd0480e94eac8bb8f71c63c4053b7828e172 (patch)
treee69f2df55eadb983cb8feda0886c6c1c911abdd4 /t/t_transaction_decline.t
parent1e90419f5b23ab4b4fe17b5861958d75ac285c4d (diff)
fixing typo
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 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);