diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-20 13:06:11 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-20 13:06:11 -0800 |
commit | cd1f2a615d2fa1bedc678367a96e0412e95a9bdf (patch) | |
tree | 2b6edaeaab711c7bbb44f19d8e5be5019b3d771f | |
parent | cf447679883a8b10f06b947bf60b07d71788cb98 (diff) |
3.23
-rw-r--r-- | AuthorizeNet.pm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/AuthorizeNet.pm b/AuthorizeNet.pm index 12d0172..3169e5f 100644 --- a/AuthorizeNet.pm +++ b/AuthorizeNet.pm @@ -473,16 +473,13 @@ Ivan Kohler <ivan-authorizenet@freeside.biz> =back -The code is available from our public CVS repository: +The code is available from our public git repository: - export CVSROOT=":pserver:anonymous@cvs.freeside.biz:/home/cvs/cvsroot" - cvs login - # The password for the user `anonymous' is `anonymous'. - cvs checkout Business-OnlinePayment-AuthorizeNet + git clone git://fit.freeside.biz/Business-OnlinePayment-AuthorizeNet.git Or on the web: - http://freeside.biz/cgi-bin/viewvc.cgi/Business-OnlinePayment-AuthorizeNet/ + http://freeside.biz/gitweb/?p=Business-OnlinePayment-AuthorizeNet.git =head1 A WORD FROM OUR SPONSOR @@ -493,7 +490,7 @@ visit http://freeside.biz/ =head1 COPYRIGHT & LICENSE -Copyright 2010 Freeside Internet Services, Inc. +Copyright 2010-2015 Freeside Internet Services, Inc. Copyright 2008 Thomas Sibley All rights reserved. |