X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c7bf65f93b10344b6126b029fbe757419a0595c6;hb=063ced0a93e31b662d9aef69ee2c10b117f90784;hp=6042cae04f376b5c372d85eae20af6d63a4bce2b;hpb=a8d1f57eba87ab0f00ce5cd3ba8ef0cef956f68f;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6042cae04..c7bf65f93 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1056,6 +1056,13 @@ my $validate_email = sub { $_[0] =~ }, { + 'key' => 'business-onlinepayment-verification', + 'section' => 'billing', + 'description' => 'Run a $1 authorization (followed by a void) to verify new credit card information.', + 'type' => 'checkbox', + }, + + { 'key' => 'currency', 'section' => 'billing', 'description' => 'Currency', @@ -3498,7 +3505,7 @@ and customer address. Include units.', { 'key' => 'cust_main-require_address2', 'section' => 'UI', - 'description' => 'Second address field is required (on service address only, if billing and service addresses differ). Also enables "Unit" labeling of address2 on customer view and edit pages. Useful for multi-tenant applications. See also: address2-search', + 'description' => 'Second address field is required. Also enables "Unit" labeling of address2 on customer view and edit pages. Useful for multi-tenant applications. See also: address2-search', # service address only part not working in the modern world, see #41184 (on service address only, if billing and service addresses differ) 'type' => 'checkbox', },