summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-24 15:43:14 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-24 15:43:14 -0700
commit78908b703c8a24a89fabbcd7d8fb38a4175a859d (patch)
tree1c69b7f8100eae67c30b96ddab7abdba9e56fbca /FS
parentd3016d1b54fdc46a10a2dfd6b78ad65c2dc71e5e (diff)
remove obsolete usage of payby config, western union payments, etc., RT#23741
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index fe50d534d..13f3ec443 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2619,7 +2619,7 @@ and customer address. Include units.',
'section' => 'billing',
'description' => 'Available payment types.',
'type' => 'selectmultiple',
- 'select_enum' => [ qw(CARD DCRD CHEK DCHK BILL CASH WEST MCRD MCHK PPAL) ],
+ 'select_enum' => [ qw(CARD DCRD CHEK DCHK) ], #BILL CASH WEST MCRD MCHK PPAL) ],
},
{