CSR-1384: fix if lineItems.vaps is null
This commit is contained in:
parent
46e285b2fc
commit
00ca94d5dd
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue