UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

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