Merge pull request #7404 from infiniroot/issue-7403

Fix issue 7403
This commit is contained in:
David Bomba 2022-04-30 10:59:11 +10:00 committed by GitHub
commit 03071bdaf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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