We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbd774 commit 6c38992Copy full SHA for 6c38992
SyliusShopBundle/views/Checkout/Address/_form.html.twig
@@ -10,7 +10,7 @@
10
{% if form.customer is defined %}
11
{% include '@SyliusShop/Common/Form/_login.html.twig' with {'form': form.customer} %}
12
{% endif %}
13
- {% include '@SyliusShop/Common/Form/_address.html.twig' with {'form': form.billingAddress, 'order': order, 'type', 'billing'} %}
+ {% include '@SyliusShop/Common/Form/_address.html.twig' with {'form': form.billingAddress, 'order': order, 'type': 'billing'} %}
14
{{ form_row(form.differentShippingAddress, sylius_test_form_attribute('different-shipping-address')|sylius_merge_recursive({'attr': {'data-js-toggle': '[data-js-address-book="sylius-shipping-address"]'}})) }}
15
16
{{ sylius_template_event('sylius.shop.checkout.address.billing_address_form', {'order': order}) }}
0 commit comments