summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-01-15 07:22:40 +0000
committerivan <ivan>2007-01-15 07:22:40 +0000
commita37da3d6492e60f723b277b90565abc34d8990d6 (patch)
treefc2ddc4fed5be489522eaf67882bf95d41060bce /FS
parent52dbc041b5ba187cc2a503e5ad2d800b1a2e5a1f (diff)
add descriptions for batchconfig-PAP and batchconfig-csv-chase_canada-E-xactBatch
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm21
1 files changed, 21 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 0d680b297..bae6a7741 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1917,6 +1917,13 @@ httemplate/docs/config.html
},
{
+ 'key' => 'batch-increment_expiration',
+ 'section' => 'billing',
+ 'description' => 'Increment expiration date years in batches until cards are current. Make sure this is acceptable to your batching provider before enabling.',
+ 'type' => 'checkbox'
+ },
+
+ {
'key' => 'batchconfig-BoM',
'section' => 'billing',
'description' => 'Configuration for Bank of Montreal batching, seven lines: 1. Origin ID, 2. Datacenter, 3. Typecode, 4. Short name, 5. Long name, 6. Bank, 7. Bank account',
@@ -1924,6 +1931,20 @@ httemplate/docs/config.html
},
{
+ 'key' => 'batchconfig-PAP',
+ 'section' => 'billing',
+ 'description' => 'Configuration for PAP batching, seven lines: 1. Origin ID, 2. Datacenter, 3. Typecode, 4. Short name, 5. Long name, 6. Bank, 7. Bank account',
+ 'type' => 'textarea',
+ },
+
+ {
+ 'key' => 'batchconfig-csv-chase_canada-E-xactBatch',
+ 'section' => 'billing',
+ 'description' => 'Gateway ID for Chase Canada E-xact batching',
+ 'type' => 'text',
+ },
+
+ {
'key' => 'payment_history-years',
'section' => 'UI',
'description' => 'Number of years of payment history to show by default. Currently defaults to 2.',