Fix issue 7403

This commit is contained in:
Napsty 2022-04-29 11:53:01 +02:00
parent ad958da6a9
commit 18edd35574

View File

@ -1,7 +1,7 @@
<div id="stripe--payment-container">
@unless(isset($show_name) && $show_name == false)
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
<input class="input w-full" id="cardholder-name" type="text" placeholder="{{ ctrans('texts.name') }}">
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.cardholder_name')])
<input class="input w-full" id="cardholder-name" type="text" placeholder="{{ ctrans('texts.cardholder_name') }}">
@endcomponent
@endunless