X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=5f50ecad0ff351c895d8c0ece03546754567a18e;hp=508a6c3269b8ad0586ec9cc50a80c10854fbf6b9;hb=297ddd01fb112cf45a6dab819ec56803c953bda5;hpb=8b8ebd929229c8376bb81076071c5e76d2baa0ee diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 508a6c326..5f50ecad0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2661,7 +2661,7 @@ and customer address. Include units.', { 'key' => 'cvv-save', 'section' => 'billing', - 'description' => 'Save CVV2 information after the initial transaction for the selected credit card types. Enabling this option may be in violation of your merchant agreement(s), so please check them carefully before enabling this option for any credit card types.', + 'description' => 'NOT RECOMMENDED. Saves CVV2 information after the initial transaction for the selected credit card types. Enabling this option is almost certainly in violation of your merchant agreement(s), so please check them carefully before enabling this option for any credit card types.', 'type' => 'selectmultiple', 'select_enum' => \@card_types, }, @@ -2674,6 +2674,13 @@ and customer address. Include units.', }, { + 'key' => 'selfservice-require_cvv', + 'section' => 'self-service', + 'description' => 'Require CVV for credit card self-service payments.', + 'type' => 'checkbox', + }, + + { 'key' => 'manual_process-pkgpart', 'section' => 'billing', 'description' => 'Package to add to each manual credit card and ACH payment entered by employees from the backend. Enabling this option may be in violation of your merchant agreement(s), so please check it(/them) carefully before enabling this option.',