feature/IO-3556-Chattr-Integration - Switch Consent to true
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user