diff options
author | ivan <ivan> | 2009-11-03 01:21:08 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-03 01:21:08 +0000 |
commit | 1bbb913b003271d9921e5968184282c216a8a447 (patch) | |
tree | 142b5d563dc6931c58f96846a0e0351c23074e9d | |
parent | 4ee7476b0eb1a80311c7fd58cc8e68de8314cc83 (diff) |
clarify description of batchconfig-paymentech based on notes from #5650
-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 f359dcb9b..388729332 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2459,7 +2459,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, 5. Password', + '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', }, |