From c21b6e69583bec632de7fcd340c29982c868f73d Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 11 Dec 2004 07:51:00 +0000 Subject: voiding of echeck payments instead of refunds --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index acb33d291..f8dc7d924 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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; -- cgit v1.2.1