summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-05 22:52:27 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-05 22:52:27 -0700
commit8f90756a88b7326dc01bfc9b6d73958e65f84629 (patch)
treecff59b65fd137d4f017d92749af74f92130266af
parent44aeae65935e8d018d995d4fadd225df9498848c (diff)
deprecate echeck-nonus, its already unused and migrated to echeck-country
-rw-r--r--FS/FS/Conf.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 4e164592e..1fc419a50 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3415,8 +3415,8 @@ and customer address. Include units.',
{
'key' => 'echeck-nonus',
- 'section' => 'billing',
- 'description' => 'Disable ABA-format account checking for Electronic Check payment info',
+ 'section' => 'deprecated',
+ 'description' => 'Deprecated; see echeck-country instead. Used to disable ABA-format account checking for Electronic Check payment info',
'type' => 'checkbox',
},