From a2f221d7e99bdcb1aa55b71f4eabab49232415bd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 5 Feb 2014 15:19:20 -0800 Subject: [PATCH] doc --- notes_for_module_writers_v3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes_for_module_writers_v3 b/notes_for_module_writers_v3 index e7f0501..1d848f5 100644 --- a/notes_for_module_writers_v3 +++ b/notes_for_module_writers_v3 @@ -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: -- 2.11.0