X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=544cbf316dfc40dc206510fe54bf0a9a9e62ff1f;hb=574c662700d607102a192f559b4d3cd52b8a688f;hp=005bca16bc29fcb1bf47b026997c93f28428e752;hpb=77340c5ea513c0b80bb15101581425092b2a431a;p=freeside.git 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) ], }, {