[freeside-commits] freeside/FS/FS Conf.pm,1.471,1.472
Ivan,,,
ivan at wavetail.420.am
Mon Aug 8 15:09:30 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv24405
Modified Files:
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.471
retrieving revision 1.472
diff -u -w -d -r1.471 -r1.472
--- Conf.pm 6 Aug 2011 00:50:48 -0000 1.471
+++ Conf.pm 8 Aug 2011 22:09:28 -0000 1.472
@@ -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