debian package for 3.24 release
[Business-OnlinePayment-AuthorizeNet.git] / AuthorizeNet.pm
index fd04f5a..4453e5a 100644 (file)
@@ -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 {
@@ -67,12 +67,14 @@ Business::OnlinePayment::AuthorizeNet - AuthorizeNet backend for Business::Onlin
       amount         => '49.95',
       invoice_number => '100100',
       customer_id    => 'jsk',
+      email          => 'jason@example.com',
       first_name     => 'Jason',
       last_name      => 'Kohles',
       address        => '123 Anystreet',
       city           => 'Anywhere',
       state          => 'UT',
       zip            => '84058',
+      country        => 'US',
       card_number    => '4007000000027',
       expiration     => '09/02',
       cvv2           => '1234', #optional
@@ -102,12 +104,14 @@ Business::OnlinePayment::AuthorizeNet - AuthorizeNet backend for Business::Onlin
       amount         => '49.95',
       invoice_number => '100100',
       customer_id    => 'jsk',
+      email          => 'jason@example.com',
       first_name     => 'Jason',
       last_name      => 'Kohles',
       address        => '123 Anystreet',
       city           => 'Anywhere',
       state          => 'UT',
       zip            => '84058',
+      country        => 'US',
       card_number    => '4007000000027',
       expiration     => '09/02',
       cvv2           => '1234', #optional
@@ -405,7 +409,9 @@ Original author: Jason Kohles, jason@mediabang.com
 
 Ivan Kohler <ivan-authorizenet@freeside.biz> updated it for Authorize.Net
 protocol 3.0/3.1 and is the current maintainer.  Please see the next section
-for for information on contributing.
+for information on contributing.
+
+Jonathan Prykop <jonathan@freeside.biz> is currently a co-maintainer.
 
 Jason Spence <jspence@lightconsulting.com> contributed support for separate
 Authorization Only and Post Authorization steps and wrote some docs.
@@ -461,7 +467,7 @@ http://rt.cpan.org/Public/Bug/Report.html?Queue=Business-OnlinePayment-Authorize
 
 =item The bop-devel mailing list
 
-http://420.am/cgi-bin/mailman/listinfo/bop-devel
+http://perl.business/cgi-bin/mailman/listinfo/bop-devel
 
 =item Ivan
 
@@ -469,16 +475,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://git.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
 
@@ -489,7 +492,7 @@ visit http://freeside.biz/
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2010 Freeside Internet Services, Inc.
+Copyright 2010-2016 Freeside Internet Services, Inc.
 Copyright 2008 Thomas Sibley
 All rights reserved.