CSR-1137 | Update application name being sent to time slot endpoints
This commit is contained in:
parent
da4813182e
commit
2a5b241bda
1 changed files with 2 additions and 2 deletions
|
|
@ -1156,7 +1156,7 @@ export const actions = {
|
|||
startDate: startDate,
|
||||
endDate: endDate,
|
||||
shopAppointmentType: shopAppointmentType,
|
||||
applicationName: "Safelite.com funnel",
|
||||
applicationName: applicationConfig.APPLICATION_NAME,
|
||||
parentAccountNumber: context.getters.payment.parentAccountNumber,
|
||||
carId: vehicle.carId,
|
||||
partNumbers: partNumbers,
|
||||
|
|
@ -1208,7 +1208,7 @@ export const actions = {
|
|||
var payload = {
|
||||
startDate: startDate,
|
||||
endDate: endDate,
|
||||
applicationName: "Safelite.com funnel",
|
||||
applicationName: applicationConfig.APPLICATION_NAME,
|
||||
parentAccountNumber: context.getters.payment.parentAccountNumber,
|
||||
carId: vehicle.carId,
|
||||
partNumbers: partNumbers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue