X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=7be0dd0ca62ef3853c3d62524fe9c6fafd8d1e38;hb=8c804ba59c8b284e1294e9928b5412fdf31e412c;hp=6403fb7bc4c051f5a903453e6999786ca4197f79;hpb=437f7374ed17088113c4067df42201295b6d6c43;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6403fb7bc..7be0dd0ca 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1672,6 +1672,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'credit_card-recurring_billing_acct_code', + 'section' => 'billing', + 'description' => 'When the "recurring billing" flag is set, also set the "acct_code" to "rebill". Useful for reporting purposes with supported gateways (PlugNPay, others?)', + 'type' => 'checkbox', + }, + + { '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.',