X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ea1d391b1d1425d1d3e33fc7c55e057fdf429a74;hb=69a70c66135ece60c08584cf3b931b4ff141c47a;hp=1b6deec1650964c2d7af66b9fd56a795c82a35db;hpb=da820d8c8837dce295e7cbd61accc22c4c019e14;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 1b6deec16..ea1d391b1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -769,6 +769,13 @@ my $validate_email = sub { $_[0] =~ 'type' => 'checkbox', }, + { + 'key' => 'no_saved_cardnumbers', + 'section' => 'credit_cards', + 'description' => 'Do not allow credit card numbers to be written to the database. Prevents realtime processing unless payment gateway supports tokenization.', + 'type' => 'checkbox', + }, + { 'key' => 'credit-card-surcharge-percentage', 'section' => 'credit_cards',