RT# 78356 - added speed test fields for broadband service and new modifier to get...
[freeside.git] / FS / FS / Conf.pm
index d2351c0..d551c60 100644 (file)
@@ -894,6 +894,14 @@ my $validate_email = sub { $_[0] =~
     'per_agent'   => 1,
   },
 
+  {
+    'key'         => 'credit-card-surcharge-text',
+    'section'     => 'billing',
+    'description' => 'Text for the credit card surcharge invoice line.  If not set, it will default to Credit Card Surcharge.',
+    'type'        => 'text',
+    'per_agent'   => 1,
+  },
+
   {
     'key'         => 'discount-show-always',
     'section'     => 'billing',