X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=36d3bbdce40b8ef0629e9c98a6718500f0c9c198;hb=db4d8679af26c301cb66f3f3da7f7cd7a3ae4854;hp=9953ea54b0e909d5ffa6a4542a3b28ed2dc6dbd4;hpb=c405e80203f323a83b447d6fc899dbba32d52f2a;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9953ea54b..36d3bbdce 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3122,7 +3122,8 @@ and customer address. Include units.', 'description' => 'Fixed (unchangeable) format for electronic check batches.', 'type' => 'select', 'select_enum' => [ 'csv-td_canada_trust-merchant_pc_batch', 'BoM', 'PAP', - 'paymentech', 'ach-spiritone', 'RBC', 'td_eft1464' + 'paymentech', 'ach-spiritone', 'RBC', 'td_eft1464', + 'eft_canada' ] }, @@ -3183,6 +3184,13 @@ and customer address. Include units.', }, { + 'key' => 'batchconfig-eft_canada', + 'section' => 'billing', + 'description' => 'Configuration for EFT Canada batching, four lines: 1. SFTP username, 2. SFTP password, 3. Transaction code, 4. Number of days to delay process date.', + 'type' => 'textarea', + }, + + { 'key' => 'payment_history-years', 'section' => 'UI', 'description' => 'Number of years of payment history to show by default. Currently defaults to 2.',