Removing comment
This commit is contained in:
parent
60012cb033
commit
c7ffb35e4c
1 changed files with 1 additions and 2 deletions
|
|
@ -1433,9 +1433,8 @@ export const useMainStore = defineStore({
|
||||||
this.order.payment.insuranceCoverage.isVerified = false;
|
this.order.payment.insuranceCoverage.isVerified = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
// Note that this is only used in the store
|
|
||||||
updateSupportingItems(partsData) {
|
updateSupportingItems(partsData) {
|
||||||
this.lineItems.supportingItems = partsData;
|
this.order.lineItems.supportingItems = partsData;
|
||||||
},
|
},
|
||||||
|
|
||||||
updateVaps(partsData) {
|
updateVaps(partsData) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue