{{ form_widget(form, sylius_test_form_attribute('payment-method-select')|sylius_merge_recursive({'attr': {'class': 'form-check-input',}, 'label_attr': {'class':'form-check-label'}} )) }} {{ form_label(form, null, {'label_attr': {'data-test-payment-method-label': '','class':'form-check-label'}}) }} {% if method.description is not null %}

{{ method.description }}

{% endif %}
{#
{{ form_widget(form, sylius_test_form_attribute('shipping-method-select')|sylius_merge_recursive({'attr': {'class': 'form-check-input',}, 'label_attr': {'class':'form-check-label'}} )) }} {{ form_label(form, method.name, {'label_attr': {'class':'form-check-label'}}) }} {% if method.description is not null %}

{{ method.description }}

{% endif %}
{{ money.convertAndFormat(fee) }} #}