From: Ivan Kohler Date: Thu, 18 Aug 2016 21:24:41 +0000 (-0700) Subject: Merge branch 'github/pr/55_reprise' X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=1aecd5bf33146bf3f374341a3814960ae1d419e8 Merge branch 'github/pr/55_reprise' --- 1aecd5bf33146bf3f374341a3814960ae1d419e8 diff --cc FS/FS/Conf.pm index d4d9d2b56,90bb3b143..9f1a7072b --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@@ -955,25 -968,18 +955,25 @@@ my $validate_email = sub { $_[0] = { 'key' => 'business-onlinepayment-currency', - 'section' => 'billing', + 'section' => 'credit_cards', 'description' => 'Currency parameter for Business::OnlinePayment transactions.', 'type' => 'select', - 'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD ) ], + 'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD ARS ) ], }, { + 'key' => 'business-onlinepayment-verification', + 'section' => 'credit_cards', + 'description' => 'Run a $1 authorization (followed by a void) to verify new credit card information.', + 'type' => 'checkbox', + }, + + { 'key' => 'currency', - 'section' => 'billing', + 'section' => 'localization', 'description' => 'Main accounting currency', 'type' => 'select', - 'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD XAF ) ], + 'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD XAF ARS ) ], }, {