Adjustments for autofill

This commit is contained in:
David Bomba 2022-12-15 17:57:04 +11:00
parent 5bc35643b5
commit d8246f28ec

View File

@ -73,8 +73,13 @@
<script src="{{ asset('js/clients/payments/authorize-credit-card-payment.js') }}"></script> <script src="{{ asset('js/clients/payments/authorize-credit-card-payment.js') }}"></script>
@endsection @endsection
@push('scripts') @push('footer')
<script> <script>
$(function() {
CardJs.EXPIRY_USE_DROPDOWNS = true; CardJs.EXPIRY_USE_DROPDOWNS = true;
});
</script> </script>
@endpush @endpush