export const getCheckoutPath = (isPostCheckout: boolean): string => { return isPostCheckout ? '/orders/post-checkout/' : '/orders/checkout/'; };