Small fix
This commit is contained in:
parent
965c1a9d26
commit
45e517dcff
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div id="stripe--payment-container">
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
|
||||
<label for="eps-name">
|
||||
<input class="input w-full" id="ideal-name" type="text" placeholder="{{ ctrans('texts.bank_account_holder') }}">
|
||||
<input class="input w-full" id="eps-name" type="text" placeholder="{{ ctrans('texts.bank_account_holder') }}">
|
||||
</label>
|
||||
<label for="eps-bank-element"></label>
|
||||
<div class="border p-4 rounded">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue