X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=fc7e5c87bc8dfb2a5c8560b43890356e23401bde;hb=947cba18ac25c794fe855f6e604e1c13029c85f3;hp=d8321b9265275bfd91ce59e2d101c35f9ea21adf;hpb=6f1653f32e2d7bef2b31832a0289482bc40613e5;p=freeside.git 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%',