summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-10-30 18:37:22 +0000
committerivan <ivan>2009-10-30 18:37:22 +0000
commitdcb8a99449607cef22319722bbcde1650841bc94 (patch)
tree99adf8e3132da4695661d456759ff2c56bcdd1e5
parent65f3079c363672d728147b30348925d495748cd6 (diff)
add paymentech to batch config options
-rw-r--r--FS/FS/Conf.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a6a738a75..334e704ee 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2408,13 +2408,14 @@ worry that config_items is freeside-specific and icky.
]
},
+ #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' ]
},
{
@@ -2423,7 +2424,7 @@ worry that config_items is freeside-specific and icky.
'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',
]
},