permaficus/lef4cart

Problem with removing item from shopping cart

Closed this issue · 0 comments

Bug Descriptions

The issue we are facing is that when we attempt to remove an item from the shopping cart, we receive a 200 OK response but the item is not deleted.

{
    "status": "OK",
    "code": 200,
    "data": {
        "document": {
            "count": 0
        }
    }
}

How to reproduce

Just try to remove an item from shopping cart from user UI