X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ea32b2c2389701dd9b6fc3becb1be77256e6b9dc;hp=51feb38471427ff94969f715fd45ed900e90f181;hb=3da1a075bdfba74af39b52a468241bc2e12d2692;hpb=f63c0e821610c885f9f49d301eeccf804e1ca6d3 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 51feb3847..ea32b2c23 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1080,6 +1080,22 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + '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.', + 'type' => 'selectmultiple', + 'select_enum' => [ "VISA card", + "MasterCard", + "Discover card", + "American Express card", + "Diner's Club/Carte Blanche", + "enRoute", + "JCB", + "BankCard", + ], + }, + ); 1;