Revert "Merge pull request #2190 from Safelite/feature/CASH-79-BE"
This reverts commit38792cabe4, reversing changes made to09612a19dc.
This commit is contained in:
parent
aa5a6f0b63
commit
8d6cae5b76
1 changed files with 0 additions and 8 deletions
|
|
@ -99,14 +99,6 @@ export async function submitWorkOrder({
|
|||
}
|
||||
|
||||
export async function saveQuote({ pageNameToLog }) {
|
||||
// save session back to sv2 so the email gets saved just in case they refresh or step away and come back later
|
||||
await saveSession({
|
||||
pageNameToLog: pageNameToLog,
|
||||
shouldAwaitSaveSessionQueue: true,
|
||||
submitAfterSave: false,
|
||||
createUnscheduledStatusWorkOrderForPIA: false,
|
||||
});
|
||||
|
||||
return await baseMixin.methods.dispatchStoreActionWithLogging(
|
||||
storeActions.SAVE_QUOTE,
|
||||
{},
|
||||
|
|
|
|||
Loading…
Reference in a new issue