[freeside-commits] freeside/FS/FS Conf.pm,1.397.2.59,1.397.2.60

Ivan,,, ivan at wavetail.420.am
Mon Aug 8 15:09:43 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv24416

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	Conf.pm 
Log Message:
add business-onlinepayment-currency config setting, RT#13904

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.397.2.59
retrieving revision 1.397.2.60
diff -u -w -d -r1.397.2.59 -r1.397.2.60
--- Conf.pm	15 Jul 2011 21:10:19 -0000	1.397.2.59
+++ Conf.pm	8 Aug 2011 22:09:41 -0000	1.397.2.60
@@ -805,6 +805,14 @@
   },
 
   {
+    '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\')',



More information about the freeside-commits mailing list