diff options
author | Dave Arter <davea@mysociety.org> | 2020-07-02 17:13:50 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-07-02 21:14:29 +0100 |
commit | f4b5a6263b1529003a42787b404952ab28aefeba (patch) | |
tree | 2b8ea616ff3e901da8704d29452534b2ac497fb6 /perllib/FixMyStreet/Cobrand/Hackney.pm | |
parent | b34ce0e405e10ee9f413a78c9c097351695ac29e (diff) |
[Hackney] Use cobrand feature config for email envelope domain
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Hackney.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hackney.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hackney.pm b/perllib/FixMyStreet/Cobrand/Hackney.pm index c3af134a9..234573e3e 100644 --- a/perllib/FixMyStreet/Cobrand/Hackney.pm +++ b/perllib/FixMyStreet/Cobrand/Hackney.pm @@ -31,6 +31,10 @@ sub disambiguate_location { }; } +sub do_not_reply_email { shift->feature('do_not_reply_email') } + +sub verp_email_domain { shift->feature('verp_email_domain') } + sub get_geocoder { return 'OSM'; # default of Bing gives poor results, let's try overriding. } |