diff --git a/src/store/index.js b/src/store/index.js index af56e82aa..a3134dc89 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -3063,6 +3063,10 @@ export const actions = { ); }, + savePageData(context, emailOrSms) { + context.commit(storeMutations.UPDATE_PAGE_DATA, emailOrSms); + }, + saveVin(context, { isSelectedGlassAvailableForVehicle, vehicleInfo }) { //Reset dependent state when changing if (vehicleInfo.vin !== context.state.order.vehicle.vin) {