diff options
author | ivan <ivan> | 2004-12-11 07:51:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-12-11 07:51:00 +0000 |
commit | c21b6e69583bec632de7fcd340c29982c868f73d (patch) | |
tree | 163052140804fe30a8a5741834212421e13d63d9 /FS | |
parent | 9ef0fe556c750abdea4b10e720af0d23485a45d8 (diff) |
voiding of echeck payments instead of refunds
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
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; |