pass useragent to determine sourceDnis
This commit is contained in:
CarlNation 2023-10-13 14:20:53 -04:00
parent a9b2972405
commit 6d670e43c8

View file

@ -1550,6 +1550,7 @@ export const actions = {
endpoint: endpoints.SaveSession.url,
payload: {
submitAfterSave: context.state.submitAfterSave,
userAgent: navigator.userAgent,
applicationUser: {
crmCustomerId: applicationUser.crmCustomerId,
experiments: applicationUser.experiments,