Skip to content

Commit 4b0f0cc

Browse files
authored
Merge pull request #69 from qneyrat/fix-typo
Fix typo in address form
2 parents ebbd774 + 6c38992 commit 4b0f0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SyliusShopBundle/views/Checkout/Address/_form.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% if form.customer is defined %}
1111
{% include '@SyliusShop/Common/Form/_login.html.twig' with {'form': form.customer} %}
1212
{% endif %}
13-
{% include '@SyliusShop/Common/Form/_address.html.twig' with {'form': form.billingAddress, 'order': order, 'type', 'billing'} %}
13+
{% include '@SyliusShop/Common/Form/_address.html.twig' with {'form': form.billingAddress, 'order': order, 'type': 'billing'} %}
1414
{{ 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"]'}})) }}
1515

1616
{{ sylius_template_event('sylius.shop.checkout.address.billing_address_form', {'order': order}) }}

0 commit comments

Comments
 (0)