Merged in feature/IO-3556-Chattr-Integration (pull request #2986)

feature/IO-3556-Chattr-Integration - Switch Consent to true
This commit is contained in:
Dave Richer
2026-02-11 16:59:51 +00:00

View File

@@ -242,6 +242,7 @@ function buildInteractionPayload(bodyshop, j) {
return { return {
locationIdentifier: locationIdentifier, locationIdentifier: locationIdentifier,
event: CHATTER_EVENT, event: CHATTER_EVENT,
consent: "true",
transactionId: j.ro_number != null ? String(j.ro_number) : undefined, transactionId: j.ro_number != null ? String(j.ro_number) : undefined,
timestamp, timestamp,
firstName: isCompany ? null : j.ownr_fn || null, firstName: isCompany ? null : j.ownr_fn || null,