Commit 82fb2cf1 by Nilu

HT020 - Team name data capture isn't handling "&" properly (when it appears in Intercom)

parent a83e831a
......@@ -118,7 +118,9 @@ public class IntercomUtils
setCompanyDetails(intercomCompany, company);
return Company.create(intercomCompany);
Company.create(intercomCompany);
return intercomCompany;
}
catch (Exception e)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment