Updated view

This commit is contained in:
Lars Kusch 2021-10-09 10:37:32 +02:00
parent 7b73d48acf
commit ab34e296a6

View File

@ -18,6 +18,7 @@
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')]) @component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.payment_type')])
{{ ctrans('texts.giropay') }} ({{ ctrans('texts.bank_transfer') }}) {{ ctrans('texts.giropay') }} ({{ ctrans('texts.bank_transfer') }})
@endcomponent @endcomponent
@include('portal.ninja2020.gateways.stripe.giropay.giropay')
@include('portal.ninja2020.gateways.includes.pay_now') @include('portal.ninja2020.gateways.includes.pay_now')
@endsection @endsection