mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Fixes for gocardless
This commit is contained in:
parent
10a8c9bd81
commit
f86803739d
@ -37,7 +37,9 @@
|
||||
@endcomponent
|
||||
@endif
|
||||
|
||||
@include('portal.ninja2020.gateways.includes.pay_now')
|
||||
@if (count($tokens) > 0)
|
||||
@include('portal.ninja2020.gateways.includes.pay_now')
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@push('footer')
|
||||
|
@ -38,7 +38,9 @@
|
||||
@endcomponent
|
||||
@endif
|
||||
|
||||
@include('portal.ninja2020.gateways.includes.pay_now')
|
||||
@if (count($tokens) > 0)
|
||||
@include('portal.ninja2020.gateways.includes.pay_now')
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@push('footer')
|
||||
|
Loading…
Reference in New Issue
Block a user