File "utils.js"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/utils.js
File size: 207 bytes
MIME-type: text/x-java
Charset: utf-8

/**
 * External dependencies
 */
import { LOGIN_URL } from '@woocommerce/block-settings';

export const LOGIN_TO_CHECKOUT_URL = `${ LOGIN_URL }?redirect_to=${ encodeURIComponent(
	window.location.href
) }`;