X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpayby.pm;h=2e2a664df3dea3b66d7a54b4363437bc18fd2842;hb=e9e20fd7440f6a33462270a271dab53f84bc420f;hp=e223a050feea1883de5c116a8fa26bc02fceca2b;hpb=a1a0800de7c69fe5ee414b79e408ceacd4a1c2c3;p=freeside.git diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index e223a050f..2e2a664df 100644 --- a/FS/FS/payby.pm +++ b/FS/FS/payby.pm @@ -113,6 +113,12 @@ tie %hash, 'Tie::IxHash', longname => 'Manual credit card', cust_main => 'BILL', #this is a payment type only, customers go to BILL... }, + 'MCHK' => { #not the same as DCHK + tinyname => 'card', + shortname => 'Manual electronic check', # initial payment, then billing + longname => 'Manual electronic check', + cust_main => 'BILL', #this is a payment type only, customers go to BILL... + }, 'APPL' => { tinyname => 'apple store', shortname => 'Apple Store', @@ -127,8 +133,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' => { @@ -207,7 +213,9 @@ sub longname { %payby2bop = ( 'CARD' => 'CC', 'CHEK' => 'ECHECK', - 'MCRD' => 'CC', + 'MCRD' => 'CC', #? but doesn't MCRD mean _offline_ card? i think it got + # overloaded for third-party card payments -- but no one is + # doing those other than paypal now 'PPAL' => 'PAYPAL', );