doc
authorIvan Kohler <ivan@freeside.biz>
Wed, 5 Feb 2014 23:19:20 +0000 (15:19 -0800)
committerIvan Kohler <ivan@freeside.biz>
Wed, 5 Feb 2014 23:19:20 +0000 (15:19 -0800)
notes_for_module_writers_v3

index e7f0501..1d848f5 100644 (file)
@@ -4,6 +4,9 @@ These are the module writer's notes for v3.  See the regular
 
 - If your gateway is HTTPS-based, use (or convert to)
   Business::OnlinePayment::HTTPS !!
+  Note: The correct thing for modern B:OP: gateway modules that need to
+   speak HTTPS to do is to use Business::OnlinePayment::HTTPS and depend on
+   "Net::HTTPS::Any" (since B:OP itself doesn't).
 
 
 - Handling failures: