From c34538860079ce65eb450e8ec1df30de5fde3b91 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Apr 2009 00:09:35 +0000 Subject: 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 d936bd4b0..89f193db0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1626,6 +1626,17 @@ worry that config_items is freeside-specific and icky. 'type' => 'textarea', }, + { + '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', -- cgit v1.2.1