Merge pull request #2845 from Safelite/feature/bugfix/CASH-1499-test
CASH-1499: bug fix adding a needed save promos to store
This commit is contained in:
commit
1b3d4b1a10
1 changed files with 10 additions and 0 deletions
|
|
@ -542,6 +542,16 @@ export default {
|
||||||
getPromoCodeWithoutBundleIdentifier(x.promoCode)
|
getPromoCodeWithoutBundleIdentifier(x.promoCode)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// SAVE PROMO CHANGES TO STORE
|
||||||
|
this.dispatchStoreAction(
|
||||||
|
storeActions.SAVE_ACTIVE_AND_OR_INACTIVE_PROMOS,
|
||||||
|
{
|
||||||
|
activePromos: this.lineItems.promos,
|
||||||
|
inactivePromos: this.inactivePromos,
|
||||||
|
},
|
||||||
|
false
|
||||||
|
);
|
||||||
|
|
||||||
this.$refs.loadingModal.hideModal();
|
this.$refs.loadingModal.hideModal();
|
||||||
},
|
},
|
||||||
getIsRecalAckOptInFromStore() {
|
getIsRecalAckOptInFromStore() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue