diff options
author | ivan <ivan> | 2003-09-29 17:29:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-09-29 17:29:12 +0000 |
commit | 462f81145b4239ff7570fcedcd3fb4de55bcabd0 (patch) | |
tree | 3ac58ba7ca9c55a4fc06b99db4bcaf5afa711879 | |
parent | 855e4cae84453c6280450c33b770a418f95adcf3 (diff) |
deprecate cybercash (haha)... already removed in 1.5
-rw-r--r-- | FS/FS/Conf.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d4f40603f..71d9cf417 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -298,8 +298,8 @@ httemplate/docs/config.html { 'key' => 'cybercash3.2', - 'section' => 'billing', - 'description' => '<a href="http://www.cybercash.com/cashregister/">CyberCash Cashregister v3.2</a> support. Two lines: the full path and name of your merchant_conf file, and the transaction type (`mauthonly\' or `mauthcapture\').', + 'section' => 'deprecated', + 'description' => '<b>DEPRECATED</b>, CyberCash no longer exists. Used to enable <a href="http://www.cybercash.com/cashregister/">CyberCash Cashregister v3.2</a> support. Two lines: the full path and name of your merchant_conf file, and the transaction type (`mauthonly\' or `mauthcapture\').', 'type' => 'textarea', }, |