Merge branch 'develop' into feature/CSR-1392

This commit is contained in:
CarlNation 2023-11-09 14:47:01 -05:00
commit 771f8ea5b0

View file

@ -201,6 +201,7 @@ export default {
taxedVaps,
lineItems
);
lineItems.vaps = lineItems.vaps ?? [];
lineItems.vaps.push(...vapsToAddToCart);
// Call the "next" function to complete the transition to this page.