diff options
author | ivan <ivan> | 2010-12-20 02:35:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-20 02:35:20 +0000 |
commit | 0aaa3a6a62a90d74f9fa23103e568888c905f7eb (patch) | |
tree | a16387690f4dc79b87da69bf0c675ba5038781a0 /t/card_arb.t | |
parent | f82fc3906ef6014e0571f6cd25b0c995a239f454 (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.t | 2 |
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'); |