From 990795fc414232fb5ab67aa5dbc837e5b656b140 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 15 Feb 2015 17:34:19 -0800 Subject: [PATCH] update URLs for new domain --- Changes | 5 +++-- FraudDetect.pm | 2 +- OnlinePayment.pm | 12 ++++++++---- README | 4 ++-- notes_for_module_writers_v3 | 14 +++----------- 5 files changed, 17 insertions(+), 20 deletions(-) diff --git a/Changes b/Changes index dfad0e5..3ea8ab6 100644 --- 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 diff --git a/FraudDetect.pm b/FraudDetect.pm index c193239..243bccb 100644 --- a/FraudDetect.pm +++ b/FraudDetect.pm @@ -81,7 +81,7 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, =head1 SEE ALSO -L, http://420.am/business-onlinepayment +L, http://perl.business/onlinepayment =cut diff --git a/OnlinePayment.pm b/OnlinePayment.pm index b617c6a..c5ed1bd 100644 --- a/OnlinePayment.pm +++ b/OnlinePayment.pm @@ -790,7 +790,7 @@ Phil Lobbes Ephil at perkpartners dot comE 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. diff --git a/README b/README index 7566d31..7c92543 100644 --- 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:: diff --git a/notes_for_module_writers_v3 b/notes_for_module_writers_v3 index 7dc4425..94b598f 100644 --- a/notes_for_module_writers_v3 +++ b/notes_for_module_writers_v3 @@ -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). + -- 2.11.0