Skip to content

Commit

Permalink
[SSP-2065] customer's user cart is now overwritten with the incoming …
Browse files Browse the repository at this point in the history
…cart if logged in in 3rd order step (#2978)
  • Loading branch information
sebaholesz authored Jan 16, 2024
2 parents e483fec + 8da5778 commit f32090e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ LoginInputDecorator:
type: "[Uuid!]!"
description: "Uuids of product lists that should be merged to the product lists of the user"
defaultValue: []
shouldOverwriteCustomerUserCart:
type: "Boolean!"
description: "A boolean pointer to indicate if the current customer user cart should be overwritten by the cart with cartUuid"
defaultValue: false

0 comments on commit f32090e

Please sign in to comment.