[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.125, 1.126

Erik Levinson levinse at wavetail.420.am
Fri Jan 21 14:17:32 PST 2011


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

Modified Files:
	MyAccount.pm 
Log Message:
add (unfinished) credit card surcharge, part 1

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -w -d -r1.125 -r1.126
--- MyAccount.pm	14 Jan 2011 02:51:49 -0000	1.125
+++ MyAccount.pm	21 Jan 2011 22:17:30 -0000	1.126
@@ -533,6 +533,8 @@
       'show_paystate' => $conf->exists('show_bankstate'),
 
       'save_unchecked' => $conf->exists('selfservice-save_unchecked'),
+
+      'credit_card_surcharge_percentage' => $conf->config('credit-card-surcharge-percentage'),
     };
 
   }



More information about the freeside-commits mailing list