diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-06-05 22:52:27 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-05 22:52:27 -0700 |
commit | 8f90756a88b7326dc01bfc9b6d73958e65f84629 (patch) | |
tree | cff59b65fd137d4f017d92749af74f92130266af | |
parent | 44aeae65935e8d018d995d4fadd225df9498848c (diff) |
deprecate echeck-nonus, its already unused and migrated to echeck-country
-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 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', }, |