Merge pull request #1078 from batuhawk/master

Portal payment search js path updated
This commit is contained in:
Batuhan Baş
2020-01-03 14:43:55 +03:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -55,5 +55,5 @@
@endsection @endsection
@push('scripts_start') @push('scripts_start')
<script src="{{ asset('public/js/customers/payments.js?v=' . version('short')) }}"></script> <script src="{{ asset('public/js/portal/payments.js?v=' . version('short')) }}"></script>
@endpush @endpush