From ac539f69ad9e581c260e053011892214c2080c8a Mon Sep 17 00:00:00 2001 From: "Glenn R. Martin" Date: Tue, 19 Nov 2024 10:30:58 -0500 Subject: [PATCH] fix: Update actions.js removing element viewed --- src/payment/data/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/payment/data/actions.js b/src/payment/data/actions.js index c0c4f4481..428b08179 100644 --- a/src/payment/data/actions.js +++ b/src/payment/data/actions.js @@ -117,7 +117,7 @@ export const trackElementIntersection = tagularElement => { correlationId: getCorrelationID(), webElement: tagularElement, }; - tagularEvent('ElementViewed', viewedEvent); + //tagularEvent('ElementViewed', viewedEvent); return { type: TRACK_ELEMENT_INTERSECTION,