{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_script_router %}
{{ parent() }}
<script>
window.router['frontend.checkout.postnl.pickup-point'] = '{{ path('frontend.checkout.postnl.pickup-point') }}';
window.router['frontend.address.postnl.postal-code-check'] = '{{ path('frontend.address.postnl.postal-code-check') }}';
window.router['frontend.checkout.postnl.shipping-date'] = '{{ path('frontend.checkout.postnl.shipping-date') }}';
</script>
{% endblock %}