Skip to content

Commit

Permalink
skip setting account name
Browse files Browse the repository at this point in the history
  • Loading branch information
aonawale committed Oct 21, 2024
1 parent 393d346 commit f8b78d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/analytics-plugin-churn-zero/src/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ function churnZeroPlugin(pluginConfig = {}) {
ChurnZero.push(['setContact', company.id, email]);
}

if (name) {
ChurnZero.push(['setAttribute', 'account', 'Name', name]);
}

if (firstName) {
ChurnZero.push(['setAttribute', 'contact', 'FirstName', firstName]);
}
Expand Down

0 comments on commit f8b78d6

Please sign in to comment.