voiding of echeck payments instead of refunds
[freeside.git] / FS / FS / Conf.pm
index acb33d2..f8dc7d9 100644 (file)
@@ -1363,6 +1363,13 @@ httemplate/docs/config.html
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'echeck-void',
+    'section'     => 'billing',
+    'description' => 'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;