X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpayby.pm;h=33ed425073af1bdae8e17ebcd4a57507f417801c;hb=61947a4be34e9610e71311d5d386b52a2f429297;hp=bee787c655e477905f950fbd8748350a31903d54;hpb=ed5ca8219ebce4892bcd5baec012b0fcf1f8d8ec;p=freeside.git 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',