summaryrefslogtreecommitdiff
path: root/FS/FS/payby.pm
diff options
context:
space:
mode:
authorivan <ivan>2012-01-29 01:18:11 +0000
committerivan <ivan>2012-01-29 01:18:11 +0000
commit61947a4be34e9610e71311d5d386b52a2f429297 (patch)
tree7e12a2d1e95195023bb797612593a694fa389bc2 /FS/FS/payby.pm
parented5ca8219ebce4892bcd5baec012b0fcf1f8d8ec (diff)
add WIRE and PPAL payment types
Diffstat (limited to 'FS/FS/payby.pm')
-rw-r--r--FS/FS/payby.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm
index bee787c65..33ed42507 100644
--- a/FS/FS/payby.pm
+++ b/FS/FS/payby.pm
@@ -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',