X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=fc7e5c87bc8dfb2a5c8560b43890356e23401bde;hp=d8321b9265275bfd91ce59e2d101c35f9ea21adf;hb=0f7643c1af2d909e0c3172e5bec0c01855fca1b9;hpb=fd4aeda41e6b9318af8e367d761bb2b2c0a402f9 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d8321b926..fc7e5c87b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -655,6 +655,13 @@ my %payment_gateway_options = ( }, { + 'key' => 'credit-card-surcharge-percentage', + 'section' => 'billing', + 'description' => 'Add a credit card surcharge to invoices, as a % of the invoice total. WARNING: this is usually prohibited by merchant account / other agreements and/or law, but is currently lawful in AU and UK.', + 'type' => 'text', + }, + + { 'key' => 'discount-show-always', 'section' => 'billing', 'description' => 'Generate a line item on an invoice even when a package is discounted 100%',