diff options
author | ivan <ivan> | 2009-11-03 01:21:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-03 01:21:14 +0000 |
commit | 8906c574d7209a258a7c79d958d04d189ecb18a2 (patch) | |
tree | 2e900e41dd47179d89539da3329dc58be27204f8 /FS | |
parent | bb44ae167a3a84a222664555dbfe8c4b00e007f0 (diff) |
clarify description of batchconfig-paymentech based on notes from #5650
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f3096e9d0..68a6fa0e1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2458,7 +2458,7 @@ worry that config_items is freeside-specific and icky. { 'key' => 'batchconfig-paymentech', 'section' => 'billing', - 'description' => 'Configuration for Chase Paymentech batching, four lines: 1. BIN, 2. Terminal ID, 3. Merchant ID, 4. Username', + 'description' => 'Configuration for Chase Paymentech batching, five lines: 1. BIN, 2. Terminal ID, 3. Merchant ID, 4. Username, 5. Password (for batch uploads)', 'type' => 'textarea', }, |