diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-01-19 12:38:17 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-01-19 12:38:17 -0800 |
commit | a540d5d5df6374280f3bff1db8cf49acab35854d (patch) | |
tree | 284dd3e4e6990a8226c4198c0cebe9207a902254 /FS | |
parent | af963c59357089c9f8f85580a2c9d379a3292660 (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 443a130ac..530d88d80 100644 --- a/FS/FS/payby.pm +++ b/FS/FS/payby.pm @@ -100,6 +100,12 @@ tie %hash, 'Tie::IxHash', longname => 'Western Union', cust_main => '', #this is a payment type only }, + '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 |