X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=d5b72fa4b86ee16e3878fc0fa3d2bd26c795031e;hb=94b60bb13c044e436800239be3e3c5a029bdff8e;hp=aed054a33deeec29cefaa627fe6500751132da93;hpb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index aed054a33..d5b72fa4b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2654,6 +2654,14 @@ and customer address. Include units.', }, { + 'key' => 'processing-fee', + 'section' => 'payments', + 'description' => 'Fee for back end payment processing.', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'banned_pay-pad', 'section' => 'credit_cards', '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.',