summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2012-01-16 04:03:53 +0000
committerivan <ivan>2012-01-16 04:03:53 +0000
commit7c39be80f09665a808dd523e63f11b41b6e2024f (patch)
tree84e4c98b22230e3530a8e28af163babeb9b0d675 /FS
parent36d4c11cb8adf66c982c6f4c75b95fa4e6addd0b (diff)
add payby types for apple store, android market and EDI (bill pay), RT#15309
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/payby.pm18
1 files changed, 18 insertions, 0 deletions
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',