diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-29 22:30:54 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-29 22:30:54 -0800 |
commit | b02876c83695ad210e9401e5d9f5809ad7025a6c (patch) | |
tree | 89228ab47e571d1a16261b248ab6eef5a0c5cf05 | |
parent | fce3ab3a53d3cf41ee1261acc71c860491cd1d2e (diff) |
fix link
-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: |