Merge pull request #2627 from Safelite/feature/CASH-365-update
Correct page data model for interfacing with save-session
This commit is contained in:
commit
435f33bf49
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ export default {
|
||||||
price: ans.buttonAuxillaryCopy,
|
price: ans.buttonAuxillaryCopy,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
await savePageData(this.pageName, toLog);
|
await savePageData(this.pageName, { packages: toLog });
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue