Add additional feature for registering customers with mykad reader
This commit is contained in:
@@ -894,4 +894,11 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
// mycard-scanner endpoint initialization
|
||||
let mykad_reader_endpoint = "{{ config('mykad-reader.endpoint') }}";
|
||||
let wakil_caricustomer_endpoint = "{{ route('wakil.caricustomer') }}";
|
||||
|
||||
</script>
|
||||
<script src="{{ asset('js/mycard-reader.js') }}"></script>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user