summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-24 15:44:27 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-24 15:44:27 -0700
commita0e3c43f10daaff70886197ff40a47d92f2c345b (patch)
tree29515636280a4b57c1218211890ac1303f8971f2 /FS
parent49ba2ca1d1b5e642f0f988e849ca7d1ea89b4dd6 (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 647ae0bdf..a1b0e7cde 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2512,7 +2512,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) ],
},
{