CSR-1820 | Promo Price fix on Quote Page

This commit is contained in:
Scott Kiener 2023-11-24 09:44:26 -05:00
parent 81fb946ec9
commit 38dc3be042

View file

@ -299,6 +299,9 @@ export default {
{ activePromos: this.allActivePromos },
false
);
// Clear out local promos to avoid duplicates in `allActivePromos` computed
// otherwise package price changes while next page is loading
this.newValidatedPromos = [];
const payment = this.$store.getters.payment;
if (payment.isInsurance) {