X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpayby.pm;h=c666917859e0386f41b60e55f76395fa65204071;hb=999c1f9c054ba51a6c5c7a3a2babe21dd17683cb;hp=d1961a58dca25ef19c1fe669f1ac8e1203db6259;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index d1961a58d..c66691785 100644 --- a/FS/FS/payby.pm +++ b/FS/FS/payby.pm @@ -127,8 +127,8 @@ tie %hash, 'Tie::IxHash', }, 'EDI' => { tinyname => 'EDI', - shortname => 'Electronic Debit', - longname => 'Electronic Debit', + shortname => 'Electronic Debit (EDI)', + longname => 'Electronic Debit (EDI)', cust_main => '', #not a customer type }, 'WIRE' => { @@ -208,6 +208,7 @@ sub longname { 'CARD' => 'CC', 'CHEK' => 'ECHECK', 'MCRD' => 'CC', + 'PPAL' => 'PAYPAL', ); sub payby2bop {