UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

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