Merge pull request #698 from Safelite/feature/richardson/SSR-1207
include serverData in save session for getting prices
This commit is contained in:
commit
3bf0bbd4c5
1 changed files with 1 additions and 0 deletions
|
|
@ -1296,6 +1296,7 @@ export const useMainStore = defineStore({
|
||||||
},
|
},
|
||||||
lineItems: {
|
lineItems: {
|
||||||
glassParts: lineItems.glassParts,
|
glassParts: lineItems.glassParts,
|
||||||
|
serverData: lineItems.serverData,
|
||||||
supportingItems: lineItems.supportingItems,
|
supportingItems: lineItems.supportingItems,
|
||||||
vaps: lineItems.vaps
|
vaps: lineItems.vaps
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue