UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

5 lines 315 B
import{ERROR_REVIEWS}from"../constants";/** * Dispatches the ERROR_REVIEWS action. * @param {string} hash Generated hash. * @returns {Object} The ERROR_PRODUCT_REVIEWS action. */var errorProductReviews=function errorProductReviews(hash){return{type:ERROR_REVIEWS,hash:hash};};export default errorProductReviews;