update URLs for new domain
[Business-OnlinePayment.git] / notes_for_module_writers_v3
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).
+