[freeside-commits] freeside/FS/FS payby.pm,1.16,1.17

Ivan,,, ivan at wavetail.420.am
Sat Jan 28 17:18:13 PST 2012


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

Modified Files:
	payby.pm 
Log Message:
add WIRE and PPAL payment types

Index: payby.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/payby.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -d -r1.16 -r1.17
--- payby.pm	16 Jan 2012 04:03:53 -0000	1.16
+++ payby.pm	29 Jan 2012 01:18:11 -0000	1.17
@@ -82,6 +82,13 @@
     payname   => 'Check',
     longname  => 'Billing',
   },
+  'PPAL' => {
+    tinyname  => 'PayPal',
+    shortname => 'PayPal',
+    longname  => 'PayPal',
+    cust_main => '', #not yet a customer type, but could be once we can do
+                     # invoice presentment via paypal
+  },
   'PREP' => {
     tinyname  => 'prepaid card',
     shortname => 'Prepaid card',
@@ -124,6 +131,12 @@
     longname  => 'Electronic Debit',
     cust_main => '', #not a customer type
   },
+  'WIRE' => {
+    tinyname  => 'Wire',
+    shortname => 'Wire transfer',
+    longname  => 'Wire transfer',
+    cust_main => '', #not a customer type
+  },
   'COMP' => {
     tinyname  => 'comp',
     shortname => 'Complimentary',



More information about the freeside-commits mailing list