From 94678ed7ba922c8a91a92ff9de00fa55de6f0c66 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Tue, 31 Mar 2026 12:57:19 -0400 Subject: [PATCH] CASH-2491 pass querystring on init to send to logapp CASH-2491 pass querystring on init to send to logapp --- src/store/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.js b/src/store/index.js index 94128a402..023466b89 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1597,6 +1597,7 @@ export const actions = { operatorId: "WEB", userName: "SafeliteConceptFunnel", referrer: referrer, + clientData: window.location.search, }; return globalMethods