Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cart merging - old cart should merge into new one (#1920)
This PR fixes cart merging (`lunar.cart.auth_policy: merge`) to ensure that the current cart session is the one that has the line items applied to it, before this PR it was being applied to the old cart which didn't make sense.
- Loading branch information