summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-12-11 07:51:00 +0000
committerivan <ivan>2004-12-11 07:51:00 +0000
commitc21b6e69583bec632de7fcd340c29982c868f73d (patch)
tree163052140804fe30a8a5741834212421e13d63d9 /FS
parent9ef0fe556c750abdea4b10e720af0d23485a45d8 (diff)
voiding of echeck payments instead of refunds
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
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;