[freeside-commits] freeside/FS/FS Conf.pm,1.468.2.3,1.468.2.4
Ivan,,,
ivan at wavetail.420.am
Mon Aug 8 15:09:37 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv24414
Modified Files:
Tag: FREESIDE_2_3_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.468.2.3
retrieving revision 1.468.2.4
diff -u -w -d -r1.468.2.3 -r1.468.2.4
--- Conf.pm 6 Aug 2011 00:50:59 -0000 1.468.2.3
+++ Conf.pm 8 Aug 2011 22:09:35 -0000 1.468.2.4
@@ -820,6 +820,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