From a37da3d6492e60f723b277b90565abc34d8990d6 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 15 Jan 2007 07:22:40 +0000 Subject: [PATCH] add descriptions for batchconfig-PAP and batchconfig-csv-chase_canada-E-xactBatch --- FS/FS/Conf.pm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 @@ -1916,6 +1916,13 @@ httemplate/docs/config.html 'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP' ] }, + { + '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', @@ -1923,6 +1930,20 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + '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', -- 2.20.1