feature/IO-3556-Chattr-Integration - Switch Consent to true

This commit is contained in:
Dave
2026-02-11 11:59:16 -05:00
parent d08bfc61cd
commit 188a7b47b1

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,