Open magento-engcom-team opened 3 years ago
The issue was exported from the internal JIRA. The link to the original JIRA issue: https://jira.corp.magento.com/browse/SFAPP-181
Hi @magento-engcom-team. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
@magento I am working on this.
I am facing issue on the Grpc UI for the review storefront. Request payload is Product Id 1 and store code is default,
Output has an error,
Is this known bug to storefront review repo?
FYI @kandy @mslabko
In the current implementation, we return rating_id and rating_value.
It's necessary to return the rating title as well to be used on the storefront.
repo: https://github.com/magento/storefront-product-reviews-ce/
Extend Rating message with "name" value and use in \Magento\ReviewsStorefront\Model\ProductReviewsServer::getProductReviews method