From 0aaa3a6a62a90d74f9fa23103e568888c905f7eb Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 20 Dec 2010 02:35:20 +0000 Subject: - Incorporate Business::OnlinePayment::AuthorizeNet::AIM::ErrorCodes by Thomas Sibley and, using it, provide more descriptive error messages. - Switch to Business::OnlinePayment::HTTPS instead of using Net::SSLeay directly --- t/card_arb.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/card_arb.t') diff --git a/t/card_arb.t b/t/card_arb.t index 99f0914..4ce6951 100644 --- a/t/card_arb.t +++ b/t/card_arb.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -use Test::More; +use Test::More skip_all => 'Authorize.net test account throwing errors about duplicates'; require "t/lib/test_account.pl"; my($login, $password) = test_account_or_skip('arb'); -- cgit v1.2.1