summaryrefslogtreecommitdiff
path: root/FS/FS/payby.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-12 04:28:25 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-12 04:28:25 -0700
commitd046cb57be3c1a74362d15e90486239cc8a5f4d7 (patch)
tree040eb0cb25fbaab97cf988bf6a3a7473bf8bc3c2 /FS/FS/payby.pm
parentcc401559d97ade5a8a87afdb741195626bbdd0c4 (diff)
multiple payment options, RT#23741
Diffstat (limited to 'FS/FS/payby.pm')
-rw-r--r--FS/FS/payby.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm
index e223a05..b33f8f3 100644
--- a/FS/FS/payby.pm
+++ b/FS/FS/payby.pm
@@ -70,12 +70,12 @@ tie %hash, 'Tie::IxHash',
cust_pay => 'CHEK', #this is a customer type only, payments are CHEK...
realtime => 1,
},
- 'LECB' => {
- tinyname => 'phone bill',
- shortname => 'Phone bill billing',
- longname => 'Phone bill billing',
- realtime => 1,
- },
+ #'LECB' => {
+ # tinyname => 'phone bill',
+ # shortname => 'Phone bill billing',
+ # longname => 'Phone bill billing',
+ # realtime => 1,
+ #},
'BILL' => {
tinyname => 'billing',
shortname => 'Billing',