Skip to content

Commit f33c19d

Browse files
committedSep 27, 2011
Bump the module version for Business::OnlinePayment::AuthorizeNet to make WebGUI install the version that will automatically install.
1 parent 45b5370 commit f33c19d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎docs/gotcha.txt

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ upgrading from one version to the next, or even between multiple
77
versions. Be sure to heed the warnings contained herein as they will
88
save you many hours of grief.
99

10+
7.10.24
11+
--------------------------------------------------------------------
12+
* WebGUI now depends on Business::OnlinePayment::AuthorizeNet. This version
13+
should install automatically via the testEnvironment.pl script, or the
14+
perl-standard CPAN module.
15+
1016
7.10.23
1117
--------------------------------------------------------------------
1218
* The default_search2 template had a bad template attachment pointing to

‎sbin/testEnvironment.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ BEGIN
146146
checkModule("Readonly", "1.03" );
147147
checkModule("Business::PayPal::API", "0.62" );
148148
checkModule("Business::OnlinePayment", "3.01" );
149-
checkModule("Business::OnlinePayment::AuthorizeNet", "3.21" );
149+
checkModule("Business::OnlinePayment::AuthorizeNet", "3.22" );
150150
checkModule("Locales", "0.10" );
151151
checkModule("Test::Harness", "3.17" );
152152
checkModule("DateTime::Event::ICal", "0.10" );

0 commit comments

Comments
 (0)
Please sign in to comment.