update URLs for new domain
authorIvan Kohler <ivan@freeside.biz>
Mon, 16 Feb 2015 01:34:19 +0000 (17:34 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 16 Feb 2015 01:34:19 +0000 (17:34 -0800)
Changes
FraudDetect.pm
OnlinePayment.pm
README
notes_for_module_writers_v3

diff --git a/Changes b/Changes
index dfad0e5..3ea8ab6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,8 @@
 Revision history for Perl extension Business::OnlinePayment.
 
 3.04    unreleased
-        - Document Moo is a-okay for module authors
+        - Doc: Moo is a-okay for module authors
+        - Doc: update URLs for new domain
 
 3.03    Tue Apr 29 11:14:25 PDT 2014
         - Document Reverse Authorization action
@@ -9,7 +10,7 @@ Revision history for Perl extension Business::OnlinePayment.
         - Document repository moved from CVS to git
         - Add avs_code and cvv2_response to build_subs, they're standard fields
         - Document best-practice eval of the submit() method in example
-        - Rework build_subs(), thanks to Michal Schwern, closes: CPAN#22073
+        - Rework build_subs(), thanks to Michael Schwern, closes: CPAN#22073
 
 3.02    Fri Aug 19 16:20:04 PDT 2011
         - Fix fatal error calling ->info('supported_actions') on a gateway that
index c193239..243bccb 100644 (file)
@@ -81,7 +81,7 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES,
 
 =head1 SEE ALSO
 
-L<Business::OnlinePayment>, http://420.am/business-onlinepayment
+L<Business::OnlinePayment>, http://perl.business/onlinepayment
 
 
 =cut
index b617c6a..c5ed1bd 100644 (file)
@@ -790,7 +790,7 @@ Phil Lobbes E<lt>phil at perkpartners dot comE<gt>
 
 Copyright (c) 1999-2004 Jason Kohles
 Copyright (c) 2004 Ivan Kohler
-Copyright (c) 2007-2014 Freeside Internet Services, Inc.
+Copyright (c) 2007-2015 Freeside Internet Services, Inc.
 
 All rights reserved.
 
@@ -799,9 +799,9 @@ the same terms as Perl itself.
 
 =head1 HOMEPAGE
 
-Homepage:  http://420.am/business-onlinepayment/
+Homepage:  http://perl.business/onlinepayment
 
-Development:  http://420.am/business-onlinepayment/ng.html
+Development:  http://perl.business/onlinepayment/ng.html
 
 =head1 MAILING LIST
 
@@ -817,11 +817,15 @@ The code is available from our public git repository:
 Or on the web:
 
   http://freeside.biz/gitweb/?p=Business-OnlinePayment.git
+  Or:
+  http://freeside.biz/gitlist/Business-OnlinePayment.git
 
 Many (but by no means all!) processor plugins are also available in the same
 repository, see:
 
   http://freeside.biz/gitweb/
+  Or:
+  http://freeside.biz/gitlist/
 
 =head1 DISCLAIMER
 
@@ -831,7 +835,7 @@ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 =head1 SEE ALSO
 
-http://420.am/business-onlinepayment/
+http://perl.business/onlinepayment
 
 For verification of credit card checksums, see L<Business::CreditCard>.
 
diff --git a/README b/README
index 7566d31..7c92543 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Copyright (c) 1999-2004 Jason Kohles
 Copyright (c) 2004 Ivan Kohler
-Copyright (c) 2007-2012 Freeside Internet Services, Inc.
+Copyright (c) 2007-2015 Freeside Internet Services, Inc.
 
 All rights reserved. This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.
@@ -16,7 +16,7 @@ system, in order to use it you also need to have at least one backend
 processing module installed.
 
 Homepage:
-  http://420.am/business-onlinepayment/
+  http://perl.business/onlinepayment
 
 Search CPAN for backends:
   http://search.cpan.org/search?m=all&q=Business::OnlinePayment::
index 7dc4425..94b598f 100644 (file)
@@ -31,14 +31,6 @@ These are the module writer's notes for v3.  See the regular
       - "inactive" (inactive card or not authorized for card-not-present) (?)
       - "decline" (other card/transaction declines only, not other errors)
   
-      You should use code like this so your module can work with B:OP versions
-      before 3.00_04:
-
-        $self->build_subs('failure_status') unless $self->can('failure_status');
-
-      (or add "failure_status" to your build_subs call if you have one during
-      initialization)
-
 
 - (NEW IN 3.01) Introspection:
 
@@ -116,6 +108,6 @@ These are the module writer's notes for v3.  See the regular
 
 - Moo (NEWLY DOCUMENTED IN 3.04)
 
-  Feel free to write gateway modules which use Moo.  It would be appreciated
-  if you did not use features which required Moo newer than 0.091011 at this
-  time (2014 - 2018).
+  Feel free to write gateway modules which use Moo.  Please do not require
+  Moo newer than 0.091011 at this time (until 2018 or so).
+