CASH-1499: bug fix adding a needed save promos to store

This commit is contained in:
AdamCaouetteSafelite 2025-09-17 07:48:56 -04:00
parent 2d8dbe6098
commit 3c9493220c

View file

@ -542,6 +542,16 @@ export default {
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();
},
getIsRecalAckOptInFromStore() {