UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 246 B
import { getUrl } from '@shopgate/pwa-common/selectors/url'; /** * Gets the checkout url. * @param {Object} state The application state. * @return {string|null} */ export const getCheckoutUrl = state => getUrl(state, { type: 'checkout' });