CSR-1952: include promo cart items into selected package cart items
This commit is contained in:
parent
b1b884c398
commit
5e09c22e33
1 changed files with 6 additions and 0 deletions
|
|
@ -167,6 +167,12 @@ export default {
|
|||
});
|
||||
});
|
||||
|
||||
if (this.promoCartItems) {
|
||||
this.promoCartItems.forEach((promoCartItem) => {
|
||||
vapsCartItemsForSelectedPackage.push(promoCartItem);
|
||||
});
|
||||
}
|
||||
|
||||
return vapsCartItemsForSelectedPackage;
|
||||
},
|
||||
getCmsContentForVapsType(vapsType) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue