diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-19 12:38:16 -0800 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2016-01-20 14:07:32 -0500 |
commit | 784cd44e2e7763acdd7ec8cb4f5681037f36cfe0 (patch) | |
tree | 18b25fd3b65f6739ef770e6aa99e48e60cd5f8f8 /FS | |
parent | 03b998e24017b4852d35427770dce5423d2b92d9 (diff) |
IDT payment type, RT#39868
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/payby.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS/payby.pm b/FS/FS/payby.pm index bc709e6de..2fccb194e 100644 --- a/FS/FS/payby.pm +++ b/FS/FS/payby.pm @@ -107,6 +107,12 @@ tie %hash, 'Tie::IxHash', longname => 'Western Union', cust_main => 'BILL', #this is a payment type only, customers go to BILL... }, + 'IDTP' => { + tinyname => 'IDT', + shortname => 'IDT Payment Services', + longname => 'IDT Payment Services', + cust_main => '', #this is a payment type only + }, 'MCRD' => { #not the same as DCRD tinyname => 'card', shortname => 'Manual credit card', # initial payment, then billing |