diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 1e34dceb3..39cdfb4f8 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -7,6 +7,12 @@ upgrading from one version to the next, or even between multiple versions. Be sure to heed the warnings contained herein as they will save you many hours of grief. +7.10.24 +-------------------------------------------------------------------- + * WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version + should install automatically via the testEnvironment.pl script, or the + perl-standard CPAN module. + 7.10.23 -------------------------------------------------------------------- * The default_search2 template had a bad template attachment pointing to diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 40dd53465..e42c01d94 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -146,7 +146,7 @@ checkModule("JavaScript::Minifier::XS", "0.05" ); checkModule("Readonly", "1.03" ); checkModule("Business::PayPal::API", "0.62" ); checkModule("Business::OnlinePayment", "3.01" ); -checkModule("Business::OnlinePayment::AuthorizeNet", "3.21" ); +checkModule("Business::OnlinePayment::AuthorizeNet", "3.22" ); checkModule("Locales", "0.10" ); checkModule("Test::Harness", "3.17" ); checkModule("DateTime::Event::ICal", "0.10" );