Closed
Description
Preconditions (*)
- Sample data
- Login as
Veronica Costello
- Add any product(s) into a shopping cart
Steps to reproduce (*)
- Copy
PHPSESSID
value from a browser window
- Set
PHPSESSID
in a header
- Run the next GraphQL query to retrieve a customer's cart
{
cart(cart_id: "kSjlU0dTeaH9CUuaRGFSUTOejwTN9ZLn") {
id
items {
id
quantity
product {
sku
}
}
}
}
Expected result (*)
- GraphQl should use an Authorization token (
Bearer
) ONLY to retrieve a customer's cart.
Actual result (*)
- Guest sees products which customer has been added into shopping cart.
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.The issue has been reproduced on latest 2.4-develop branchA problem that is blocking the ability to work. An immediate fix is needed.Has been reviewed and prioritized during Triage with Product Managers
Type
Projects
Status
Done