- Add ARS (Argentine Peso) as supported system currency.
authorFernando Kiernan <fkiernan@imagenesdigitales.com.ar>
Wed, 6 May 2015 00:14:49 +0000 (21:14 -0300)
committerFernando Kiernan <fkiernan@id.net.ar>
Tue, 22 Mar 2016 01:07:14 +0000 (22:07 -0300)
FS/FS/Conf.pm

index a8ececd..90bb3b1 100644 (file)
@@ -971,7 +971,7 @@ my $validate_email = sub { $_[0] =~
     'section'     => 'billing',
     'description' => 'Currency parameter for Business::OnlinePayment transactions.',
     'type'        => 'select',
     'section'     => 'billing',
     '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 ) ],
   },
 
   {
   },
 
   {
@@ -979,7 +979,7 @@ my $validate_email = sub { $_[0] =~
     'section'     => 'billing',
     'description' => 'Main accounting currency',
     'type'        => 'select',
     'section'     => 'billing',
     '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 ) ],
   },
 
   {
   },
 
   {