File tree Expand file tree Collapse file tree
Components/Checkout/Service
Resources/views/storefront/page/checkout/ratepay/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020use Shopware \Core \Framework \Validation \DataValidationDefinition ;
2121use Shopware \Core \Framework \Validation \DataValidator ;
2222use Shopware \Core \System \SalesChannel \SalesChannelContext ;
23- use Symfony \Component \HttpFoundation \ParameterBag ;
2423
2524class DataValidationService
2625{
Original file line number Diff line number Diff line change 2222 <div class =" form-row" >
2323 <div class =" form-group col-sm-4" >
2424 <label class =" form-label" for =" rp-iban-account-holder" >
25- <strong >{{ " ratepay.storefront.checkout.fields.accountHolder" | trans| sw_sanitize }}</strong >
25+ <strong >{{ " ratepay.storefront.checkout.fields.accountHolder" | trans| sw_sanitize }}{{ " general.required " | trans | sw_sanitize }} </strong >
2626 </label >
2727 {% if ratepay .accountHolders | length == 1 %}
2828 <input type =" text"
5050 </div >
5151 <div class =" form-group col-sm-4" >
5252 <label class =" form-label" for =" rp-iban-account-number" >
53- <strong >{{ " ratepay.storefront.checkout.fields.iban" | trans| sw_sanitize }}</strong >
53+ <strong >{{ " ratepay.storefront.checkout.fields.iban" | trans| sw_sanitize }}{{ " general.required " | trans | sw_sanitize }} </strong >
5454 </label >
5555 <input
5656 type =" text"
You can’t perform that action at this time.
0 commit comments