summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 005bca16b..544cbf316 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -884,7 +884,7 @@ httemplate/docs/config.html
'section' => '',
'description' => 'Acceptable payment types for the signup server',
'type' => 'selectmultiple',
- 'select_enum' => [ qw(CARD PREPAY BILL COMP) ],
+ 'select_enum' => [ qw(CARD CHEK PREPAY BILL COMP) ],
},
{
@@ -971,7 +971,7 @@ httemplate/docs/config.html
'section' => 'UI',
'description' => 'Default payment type. HIDE disables display of billing information and sets customers to BILL.',
'type' => 'select',
- 'select_enum' => [ '', 'CARD', 'BILL', 'COMP', 'HIDE' ],
+ 'select_enum' => [ '', qw(CARD CHEK BILL COMP HIDE) ],
},
{