Merge pull request #1570 from Safelite/feature/skiener/CSR-1820
CSR-1820 | Promo Price fix on Quote Page
This commit is contained in:
commit
8cb7d264c3
1 changed files with 3 additions and 0 deletions
|
|
@ -299,6 +299,9 @@ export default {
|
||||||
{ activePromos: this.allActivePromos },
|
{ activePromos: this.allActivePromos },
|
||||||
false
|
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;
|
const payment = this.$store.getters.payment;
|
||||||
if (payment.isInsurance) {
|
if (payment.isInsurance) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue