[freeside-commits] freeside/FS/FS Conf.pm,1.324.2.3,1.324.2.4
Ivan,,,
ivan at wavetail.420.am
Fri Oct 30 11:37:28 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv22501
Modified Files:
Tag: FREESIDE_1_9_BRANCH
Conf.pm
Log Message:
add paymentech to batch config options
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.324.2.3
retrieving revision 1.324.2.4
diff -u -d -r1.324.2.3 -r1.324.2.4
--- Conf.pm 27 Oct 2009 18:11:44 -0000 1.324.2.3
+++ Conf.pm 30 Oct 2009 18:37:26 -0000 1.324.2.4
@@ -2407,13 +2407,14 @@
]
},
+ #lists could be auto-generated from pay_batch info
{
'key' => 'batch-fixed_format-CARD',
'section' => 'billing',
'description' => 'Fixed (unchangeable) format for credit card batches.',
'type' => 'select',
'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP' ,
- 'csv-chase_canada-E-xactBatch', 'BoM', 'PAP' ]
+ 'csv-chase_canada-E-xactBatch', 'paymentech' ]
},
{
@@ -2422,7 +2423,7 @@
'description' => 'Fixed (unchangeable) format for electronic check batches.',
'type' => 'select',
'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP',
- 'ach-spiritone',
+ 'paymentech', 'ach-spiritone',
]
},
More information about the freeside-commits
mailing list