mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:44:28 -04:00
Adapt views
This commit is contained in:
parent
780b400947
commit
ed393d837f
@ -35,7 +35,7 @@ class ProcessGiroPay {
|
||||
{
|
||||
payment_method: {
|
||||
billing_details: {
|
||||
name: "",
|
||||
name: document.getElementById("giropay-name").value(),
|
||||
},
|
||||
},
|
||||
return_url: document.querySelector(
|
||||
|
@ -0,0 +1,11 @@
|
||||
<div id="stripe--payment-container">
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
|
||||
<label for="giropay-name">
|
||||
<input class="input w-full" id="giropay-name" type="text" placeholder="{{ ctrans('texts.bank_account_holder') }}">
|
||||
</label>
|
||||
<div id="mandate-acceptance">
|
||||
<input type="checkbox" id="giropay-mandate-acceptance" class="input mr-4">
|
||||
<label for="giropay-mandate-acceptance">{{ctrans('texts.giropay_law')}}</label>
|
||||
</div>
|
||||
@endcomponent
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user