summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-10-30 18:37:26 +0000
committerivan <ivan>2009-10-30 18:37:26 +0000
commitc327408fbb54f3fb3dc077e3c7114cc2231a8bc4 (patch)
tree1e0beeaedd58919d1c00d0cc852ab77dfaab35e3
parent1a71a9d6cb7f847947b1e95a61f49cf16b92ab6a (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 8d5e38a34..55bd40045 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2407,13 +2407,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' ]
},
{
@@ -2422,7 +2423,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',
]
},