diff options
Diffstat (limited to 'AuthorizeNet.pm')
-rw-r--r-- | AuthorizeNet.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index 3169e5f..8a9d2d7 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -6,7 +6,7 @@ use Business::OnlinePayment; use vars qw($VERSION @ISA $me); @ISA = qw(Business::OnlinePayment); -$VERSION = '3.23'; +$VERSION = '3.24_01'; $me = 'Business::OnlinePayment::AuthorizeNet'; sub set_defaults { @@ -475,7 +475,7 @@ Ivan Kohler <ivan-authorizenet@freeside.biz> The code is available from our public git repository: - git clone git://fit.freeside.biz/Business-OnlinePayment-AuthorizeNet.git + git clone git://git.freeside.biz/Business-OnlinePayment-AuthorizeNet.git Or on the web: |