3.05, add nacha_sec_code
[Business-OnlinePayment.git] / notes_for_module_writers
index 9d6d0c2..718107e 100644 (file)
@@ -1,9 +1,19 @@
-$Id: notes_for_module_writers,v 1.1 2004-09-03 23:10:51 ivan Exp $
-
 Information on creating a new processor backend to go with
 Business::OnlinePayment.
+-----------------------------------------------------------
+
+NOTE: 
+
+    These are the old v2 notes.  
+
+    If you're writing a new module, see these first and then read
+    notes_for_module_writers_v3
+
+    If you're updating an existing module for v3, go directly to
+    notes_for_module_writers_v3
+
 
-create a subclass of Business::OnlinePayment called
+Create a subclass of Business::OnlinePayment called
 Business::OnlinePayment::(processor name).  You should override at least
 the following functions (look at Business::OnlinePayment::AuthorizeNet as
 an example).