X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1e8833c9f282da168d5f62419aa0df8c9b0c84a0;hp=dd80e9277da0cba981cbc73ee7c6900107097b3b;hb=1dfbdf3fc791665e7476277758fd3093ba82cdff;hpb=ea4fcd69d517caea9b223996332727607649ea3a diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index dd80e9277..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\')',