X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1e8833c9f282da168d5f62419aa0df8c9b0c84a0;hb=1dfbdf3fc791665e7476277758fd3093ba82cdff;hp=48cbe74c007b091c5ac59c5803551199d918a90e;hpb=d04a3f3b11ab9e1d32ffb328bf994e8f21fc51a1;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 48cbe74c0..1e8833c9f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -805,6 +805,14 @@ my %payment_gateway_options = ( }, { + 'key' => 'business-onlinepayment-currency', + 'section' => 'billing', + 'description' => 'Currency parameter for Business::OnlinePayment transactions.', + 'type' => 'select', + 'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD ) ], + }, + + { 'key' => 'countrydefault', 'section' => 'UI', 'description' => 'Default two-letter country code (if not supplied, the default is `US\')', @@ -3881,11 +3889,18 @@ and customer address. Include units.', { 'key' => 'signup-recommend_daytime', 'section' => 'self-service', - 'description' => 'Encourage the entry of a daytime phone number invoicing email address on signup.', + 'description' => 'Encourage the entry of a daytime phone number on signup.', 'type' => 'checkbox', }, { + 'key' => 'signup-duplicate_cc-warn_hours', + 'section' => 'self-service', + 'description' => 'Issue a warning if the same credit card is used for multiple signups within this many hours.', + 'type' => 'text', + }, + + { 'key' => 'svc_phone-radius-default_password', 'section' => 'telephony', 'description' => 'Default password when exporting svc_phone records to RADIUS',