summaryrefslogtreecommitdiff
path: root/t/card_arb.t
diff options
context:
space:
mode:
authorivan <ivan>2010-12-20 02:35:20 +0000
committerivan <ivan>2010-12-20 02:35:20 +0000
commit0aaa3a6a62a90d74f9fa23103e568888c905f7eb (patch)
treea16387690f4dc79b87da69bf0c675ba5038781a0 /t/card_arb.t
parentf82fc3906ef6014e0571f6cd25b0c995a239f454 (diff)
- 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
Diffstat (limited to 't/card_arb.t')
-rw-r--r--t/card_arb.t2
1 files changed, 1 insertions, 1 deletions
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');