0.20 Business_OnlinePayment_AuthorizeNet_3_20
authorivan <ivan>
Wed, 18 Jun 2008 23:50:44 +0000 (23:50 +0000)
committerivan <ivan>
Wed, 18 Jun 2008 23:50:44 +0000 (23:50 +0000)
Changes
t/check.t

diff --git a/Changes b/Changes
index a80a1f5..b128c90 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,10 @@
 Revision history for Perl extension Business::OnlinePayment::AuthorizeNet.
 
-3.20  unreleased
+3.20  Wed Jun 18 16:46:10 PDT 2008
         - Patch from Erik Hollensbe <erikh@opensourcery.com> implementing
           card-present data (track1/track2) and the duplicate_window parameter,
           and test fixes.  Thanks!
-        - Patch from Paul Timmins <paul@timmins.net> adding check_number field
+        - Patch from Paul Timmins <paul@timmins.net> adding check_number field.
 
 3.19  Fri Nov 23 12:46:05 PST 2007
         - ironically, forgot the 3.18 changelog, so this is 3.19 anyway :)
index 9597a2a..00493e0 100644 (file)
--- a/t/check.t
+++ b/t/check.t
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 
-use Test::More;
+use Test::More skip_all => "Authorize.net test account won't do ACH";
 require "t/lib/test_account.pl";
 
 my($login, $password) = test_account_or_skip('ach');
@@ -34,6 +34,5 @@ $ctx->submit();
 
 SKIP: {
     skip $ctx->error_message, 1 if $ctx->result_code == 18;
-
     ok( $ctx->is_success() ) || diag $ctx->error_message;
 }