UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

6 lines 289 B
import{ERROR_PRODUCT_RELATIONS}from"../constants";/** * Error product relations action. * @param {Object} params Params. * @param {string} params.hash Query hash. * @returns {Object} */export default(function(_ref){var hash=_ref.hash;return{type:ERROR_PRODUCT_RELATIONS,hash:hash};});