UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

5 lines 364 B
import{ERROR_PRODUCT_REVIEWS}from"../constants";/** * Dispatches the ERROR_PRODUCT_REVIEWS action. * @param {string} productId The ID of the product * @returns {Object} The ERROR_PRODUCT_REVIEWS action */var errorProductReviews=function errorProductReviews(productId){return{type:ERROR_PRODUCT_REVIEWS,productId:productId};};export default errorProductReviews;