add WIRE and PPAL payment types
authorivan <ivan>
Sun, 29 Jan 2012 01:18:11 +0000 (01:18 +0000)
committerivan <ivan>
Sun, 29 Jan 2012 01:18:11 +0000 (01:18 +0000)
FS/FS/payby.pm

index bee787c..33ed425 100644 (file)
@@ -82,6 +82,13 @@ tie %hash, 'Tie::IxHash',
     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 @@ tie %hash, 'Tie::IxHash',
     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',