Logging for wepay

This commit is contained in:
David Bomba 2022-10-01 12:05:16 +10:00
parent 710bf9749e
commit edbdbb48df

View File

@ -9,7 +9,7 @@
@push('head')
@yield('gateway_head')
@endpush
<div>
@section('body')
@livewire('required-client-info', ['fields' => method_exists($gateway, 'getClientRequiredFields') ? $gateway->getClientRequiredFields() : [], 'contact' => auth()->guard('contact')->user(), 'countries' => $countries, 'company' => $company, 'company_gateway_id' => $gateway->company_gateway ? $gateway->company_gateway->id : $gateway->id])
@ -41,7 +41,7 @@
</div>
</div>
@endsection
</div>
@push('footer')
@yield('gateway_footer')