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

index 401797e..3e1adb8 100644 (file)
@@ -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);
index 1309c78..ce21cb7 100644 (file)
@@ -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);