X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a37e5a6ef04bfc148c3a4762dcac4fea9168f2a3;hb=76d6fe17d02b77301619065ad43d7300432e977c;hp=838b9cbf71ac963f4b7b9171190773287b6ec584;hpb=59fe7dfd7fa6d31c30f3458af05510041ba529e0;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 838b9cbf7..a37e5a6ef 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2698,6 +2698,13 @@ and customer address. Include units.', }, { + 'key' => 'banned_pay-pad', + 'section' => 'billing', + 'description' => 'Padding for encrypted storage of banned credit card hashes. If you already have new-style SHA512 entries in the banned_pay table, do not change as this will invalidate the old entries.', + 'type' => 'text', + }, + + { 'key' => 'payby-default', 'section' => 'deprecated', 'description' => 'Deprecated; in 4.x there is no longer the concept of a single "payment type". Used to indicate the default payment type. HIDE disables display of billing information and sets customers to BILL.', @@ -3953,7 +3960,7 @@ and customer address. Include units.', { 'key' => 'batchconfig-RBC', 'section' => 'billing', - 'description' => 'Configuration for Royal Bank of Canada PDS batching, four lines: 1. Client number, 2. Short name, 3. Long name, 4. Transaction code.', + 'description' => 'Configuration for Royal Bank of Canada PDS batching, five lines: 1. Client number, 2. Short name, 3. Long name, 4. Transaction code 5. (optional) set to TEST to turn on test mode.', 'type' => 'textarea', }, @@ -4433,6 +4440,7 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Instead of showing payments (and credits) applied to the invoice, show those received since the previous invoice date.', 'type' => 'checkbox', + 'uscensus' => 'U.S. Census Bureau', }, {