From: ivan Date: Mon, 16 Jan 2012 04:03:54 +0000 (+0000) Subject: add payby types for apple store, android market and EDI (bill pay), RT#15309 X-Git-Tag: freeside_2_3_1~14 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=66c05b70be941c0d71ed7322026d3c53bb7cf2f5 add payby types for apple store, android market and EDI (bill pay), RT#15309 --- diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index 30a03ddfe..bee787c65 100644 --- a/FS/FS/payby.pm +++ b/FS/FS/payby.pm @@ -106,6 +106,24 @@ tie %hash, 'Tie::IxHash', longname => 'Manual credit card', cust_main => 'BILL', #this is a payment type only, customers go to BILL... }, + 'APPL' => { + tinyname => 'apple store', + shortname => 'Apple Store', + longname => 'Apple Store', + cust_main => 'BILL', #this is a payment type only, customers go to BILL... + }, + 'ANRD' => { + tinyname => 'android market', + shortname => 'Android Market', + longname => 'Android Market', + cust_main => 'BILL', #this is a payment type only, customers go to BILL... + }, + 'EDI' => { + tinyname => 'EDI', + shortname => 'Electronic Debit', + longname => 'Electronic Debit', + cust_main => '', #not a customer type + }, 'COMP' => { tinyname => 'comp', shortname => 'Complimentary',