From 61947a4be34e9610e71311d5d386b52a2f429297 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 29 Jan 2012 01:18:11 +0000 Subject: [PATCH] add WIRE and PPAL payment types --- FS/FS/payby.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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', -- 2.11.0