[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.9,1.324.2.10

Mark Wells mark at wavetail.420.am
Wed Nov 18 01:40:06 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv11110/FS/FS

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	Conf.pm 
Log Message:
RT#4786, RBC batch format

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.324.2.9
retrieving revision 1.324.2.10
diff -u -d -r1.324.2.9 -r1.324.2.10
--- Conf.pm	16 Nov 2009 02:27:13 -0000	1.324.2.9
+++ Conf.pm	18 Nov 2009 09:40:04 -0000	1.324.2.10
@@ -2374,7 +2374,7 @@
     'type'        => 'select',
     'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch',
                        'csv-chase_canada-E-xactBatch', 'BoM', 'PAP',
-                       'paymentech', 'ach-spiritone',
+                       'paymentech', 'ach-spiritone', 'RBC'
                     ]
   },
 
@@ -2394,7 +2394,7 @@
     'description' => 'Fixed (unchangeable) format for electronic check batches.',
     'type'        => 'select',
     'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP',
-                       'paymentech', 'ach-spiritone',
+                       'paymentech', 'ach-spiritone', 'RBC'
                      ]
   },
 
@@ -2434,6 +2434,13 @@
   },
 
   {
+    'key'         => 'batchconfig-RBC',
+    'section'     => 'billing',
+    'description' => 'Configuration for Royal Bank of Canada PDS batching, four lines: 1. Client number, 2. Short name, 3. Long name, 4. Transaction code.',
+    'type'        => 'textarea',
+  },
+
+  {
     'key'         => 'payment_history-years',
     'section'     => 'UI',
     'description' => 'Number of years of payment history to show by default.  Currently defaults to 2.',



More information about the freeside-commits mailing list