X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=990f2a3be2f795221df26c6363ed16de0046b984;hb=97864ff38b4810bb3624178f9bf63e5beac8c652;hp=4a39fb9c68b1b7bc179ce867494eb30e49cc6bc1;hpb=acfdb8bec93849e35ae5c4abc276d6ca8006f717;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4a39fb9c6..990f2a3be 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2519,7 +2519,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) ], }, { @@ -4176,9 +4176,10 @@ and customer address. Include units.', reason_type_options('R'), }, + # was only used to negate invoices during signup when card was declined, now we just void { 'key' => 'signup_credit_type', - 'section' => 'billing', #self-service? + 'section' => 'deprecated', #self-service? 'description' => 'The group to use for new, automatically generated credit reasons resulting from signup and self-service declines.', reason_type_options('R'), },