From: ivan Date: Sun, 29 Jan 2012 01:18:11 +0000 (+0000) Subject: add WIRE and PPAL payment types X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=61947a4be34e9610e71311d5d386b52a2f429297 add WIRE and PPAL payment types --- 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',