summaryrefslogtreecommitdiff
path: root/FS/FS/payby.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-07 12:19:40 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-07 12:19:40 -0700
commitea12223d6a5241ff802a043a2b7c611038d3b355 (patch)
treecd615f18338207213f8fb4d14265b0f76d28abcd /FS/FS/payby.pm
parent0cf9aa4a84ac9cf6aa763db4536756c03630ab69 (diff)
multiple payment options, RT#23741
Diffstat (limited to 'FS/FS/payby.pm')
-rw-r--r--FS/FS/payby.pm21
1 files changed, 14 insertions, 7 deletions
diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm
index a3c9807..443a130 100644
--- a/FS/FS/payby.pm
+++ b/FS/FS/payby.pm
@@ -68,6 +68,13 @@ tie %hash, 'Tie::IxHash',
cust_pay => 'CHEK', #this is a customer type only, payments are CHEK...
realtime => 1,
},
+ 'BILL' => {
+ tinyname => 'billing',
+ shortname => 'Billing',
+ payname => 'Check',
+ longname => 'Billing',
+ cust_main => '', #no longer a customer type
+ },
'PPAL' => {
tinyname => 'PayPal',
shortname => 'PayPal',
@@ -79,43 +86,43 @@ tie %hash, 'Tie::IxHash',
tinyname => 'prepaid card',
shortname => 'Prepaid card',
longname => 'Prepaid card',
- cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ cust_main => '', #this is a payment type only
},
'CASH' => {
tinyname => 'cash',
shortname => 'Cash', # initial payment, then billing
longname => 'Cash',
- cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ cust_main => '', #this is a payment type only
},
'WEST' => {
tinyname => 'western union',
shortname => 'Western Union', # initial payment, then billing
longname => 'Western Union',
- cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ cust_main => '', #this is a payment type only
},
'MCRD' => { #not the same as DCRD
tinyname => 'card',
shortname => 'Manual credit card', # initial payment, then billing
longname => 'Manual credit card',
- cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ cust_main => '', #this is a payment type only
},
'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...
+ cust_main => '', #this is a payment type only
},
'APPL' => {
tinyname => 'apple store',
shortname => 'Apple Store',
longname => 'Apple Store',
- cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ cust_main => '', #this is a payment type only
},
'ANRD' => {
tinyname => 'android market',
shortname => 'Android Market',
longname => 'Android Market',
- cust_main => 'BILL', #this is a payment type only, customers go to BILL...
+ cust_main => '', #this is a payment type only
},
'EDI' => {
tinyname => 'EDI',