X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=433a9a52e7b31f5446eb202847b60bdc0ea724b6;hp=9a75582465bf337b69a72b6bde4ca249a8cd6c14;hb=d860f85d2a4823a040996f9b1055e2d4054b864e;hpb=770d8237cda1b6459962d31f6ae86997ad5843be diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9a7558246..433a9a52e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -975,6 +975,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' => 'Main accounting currency',