UNPKG

@shopgate/engage

Version:
9 lines (8 loc) 262 B
import { CLEAR_CHECKOUT_ORDER } from "../constants/actionTypes"; /** * Creates the dispatched CLEAR_CHECKOUT_ORDER action object. * @returns {Object} The dispatched action object. */ export const clearCheckoutOrder = () => ({ type: CLEAR_CHECKOUT_ORDER });