From 470bbdfd0bf8c62a1b7ff124bc18ba718ab0c628 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Apr 2009 00:09:31 +0000 Subject: [PATCH] add configuration option to control recurring_flag behavior, RT#3843 --- FS/FS/Conf.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9d8c3f20e..6403fb7bc 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1661,6 +1661,17 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'credit_card-recurring_billing_flag', + 'section' => 'billing', + 'description' => 'This controls when the system passes the "recurring_billing" flag on credit card transactions. If supported by your processor (and the Business::OnlinePayment processor module), passing the flag indicates this is a recurring transaction and may turn off the CVV requirement. ', + 'type' => 'select', + 'select_hash' => [ + 'actual_oncard' => 'Default/classic behavior: set the flag if a customer has actual previous charges on the card.', + 'transaction_is_recur' => 'Set the flag if the transaction itself is recurring, irregardless of previous charges on the card.', + ], + }, + + { '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.', -- 2.11.0