This commit is contained in:
Leah Schumann 2023-06-08 14:09:49 -04:00
parent 1133132e90
commit 1f4c9b3c06
2 changed files with 3 additions and 3 deletions

View file

@ -182,7 +182,7 @@ export default {
this.isInsuranceSelected,
false
);
if (!this.isInsuranceSelected) {
this.dispatchStoreAction(
this.storeActions.SAVE_PARENT_ACCOUNT_NUMBER,

View file

@ -443,9 +443,9 @@ export default {
// save to store lineItems.glassParts
await baseMixin.methods.dispatchStoreAction(
storeActions.SAVE_GLASS_PARTS,
storeActions.SAVE_GLASS_PARTS,
collectedGlassParts
)
);
const payment = store.getters.payment;