We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removeFromCart payload should contain only required data, e.g.:
[{ "id": "392efce2-5c3d-477a-8639-245dbb0d437c", "version": 4 }, { "id": "acfd8643-1560-4428-9e67-3b12b6b95798", "quantity": 1 }, null]
Payload contains whole product object representation
The text was updated successfully, but these errors were encountered:
➤ Andrzej Kurek commented:
Task resolved with https://vsf.atlassian.net/browse/EN-477 ( https://vsf.atlassian.net/browse/EN-477|smart-link ) PR - #6475 ( https://github.com/vuestorefront/vue-storefront/pull/6475|smart-link )
Sorry, something went wrong.
No branches or pull requests
Expected result
removeFromCart payload should contain only required data, e.g.:
Actual result
Payload contains whole product object representation
Steps to reproduce
The text was updated successfully, but these errors were encountered: