[freeside-commits] freeside/FS/FS payby.pm,1.15,1.15.8.1
Ivan,,,
ivan at wavetail.420.am
Sun Jan 15 20:03:56 PST 2012
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv26802
Modified Files:
Tag: FREESIDE_2_3_BRANCH
payby.pm
Log Message:
add payby types for apple store, android market and EDI (bill pay), RT#15309
Index: payby.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/payby.pm,v
retrieving revision 1.15
retrieving revision 1.15.8.1
diff -u -w -d -r1.15 -r1.15.8.1
--- payby.pm 10 Mar 2009 16:14:09 -0000 1.15
+++ payby.pm 16 Jan 2012 04:03:54 -0000 1.15.8.1
@@ -106,6 +106,24 @@
longname => 'Manual credit card',
cust_main => 'BILL', #this is a payment type only, customers go to BILL...
},
+ 'APPL' => {
+ tinyname => 'apple store',
+ shortname => 'Apple Store',
+ longname => 'Apple Store',
+ cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ },
+ 'ANRD' => {
+ tinyname => 'android market',
+ shortname => 'Android Market',
+ longname => 'Android Market',
+ cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ },
+ 'EDI' => {
+ tinyname => 'EDI',
+ shortname => 'Electronic Debit',
+ longname => 'Electronic Debit',
+ cust_main => '', #not a customer type
+ },
'COMP' => {
tinyname => 'comp',
shortname => 'Complimentary',
More information about the freeside-commits
mailing list