1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
invoiceninja/resources/views/portal/ninja2020/gateways/gocardless/verification.blade.php
2023-04-25 08:06:27 +10:00

8 lines
431 B
PHP

@extends('portal.ninja2020.layout.payments', ['gateway_title' => ctrans('texts.payment_type_gocardless'), 'card_title' => ctrans('texts.complete_verification')])
@section('gateway_content')
@component('portal.ninja2020.components.general.card-element-single')
This payment method is still in a pending state and has not yet been verified. Please contact your vendor for more information.
@endcomponent
@endsection