X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a22e236a2338b3dbe8b05fe949d8d2de18767805;hp=4e1736be3d511661fb90741dc6fec199e2a3964f;hb=029eb49464888b53f73303fe38e15494a2842170;hpb=71d389e6554fd9994ac9c18bc59fd43449b8cca1 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4e1736be3..a22e236a2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3856,6 +3856,13 @@ and customer address. Include units.', }, { + 'key' => 'batchconfig-RBC-login', + 'section' => 'billing', + 'description' => 'FTPS login for uploading Royal Bank of Canada batches. Two lines: 1. username, 2. password. If not supplied, batches can still be created but not automatically uploaded.', + 'type' => 'textarea', + }, + + { 'key' => 'batchconfig-td_eft1464', 'section' => 'billing', 'description' => 'Configuration for TD Bank EFT1464 batching, seven lines: 1. Originator ID, 2. Datacenter Code, 3. Short name, 4. Long name, 5. Returned payment branch number, 6. Returned payment account, 7. Transaction code.', @@ -5915,6 +5922,15 @@ and customer address. Include units.', 'type' => 'text', }, + # for internal use only; test databases should declare this option and + # everyone else should pretend it doesn't exist + #{ + # 'key' => 'no_random_ids', + # 'section' => '', + # 'description' => 'Replace random identifiers in UI code with a static string, for repeatable testing. Don\'t use in production.', + # 'type' => 'checkbox', + #}, + ); 1;