Search found 2 matches

by FaheemAbrar
14 Feb 2021, 19:27
Forum: Help
Topic: Problem using multiple basket - cannot save basket
Replies: 3
Views: 6706

Re: Problem using multiple basket - cannot save basket

Apologies for the delay. I have described the error in detail below, and also propose a solution for it. The error happens in the following link - https://github.com/aimeos/ai-client-jsonapi/blob/c8df72e1210b9c6fe737f2bab95dedd1508af2b3/client/jsonapi/src/Client/JsonApi/Basket/Standard.php#L188 Here...
by FaheemAbrar
04 Jan 2021, 05:10
Forum: Help
Topic: Problem using multiple basket - cannot save basket
Replies: 3
Views: 6706

Problem using multiple basket - cannot save basket

Aimeos Version: 2020.10 PHP version: 7.4 Environment: Windows 10 WSL2 According to aimeos docs, we can create multiple baskets by passing different values for the "id" parameter, e.g. curl -b cookies.txt -c cookies.txt \ -X GET 'http://localhost:8000/jsonapi/basket?id=second' When I try to...