Adjustments for autofill
This commit is contained in:
parent
5bc35643b5
commit
d8246f28ec
1 changed files with 6 additions and 1 deletions
|
|
@ -73,8 +73,13 @@
|
|||
<script src="{{ asset('js/clients/payments/authorize-credit-card-payment.js') }}"></script>
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
@push('footer')
|
||||
<script>
|
||||
$(function() {
|
||||
|
||||
CardJs.EXPIRY_USE_DROPDOWNS = true;
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
@endpush
|
||||
Loading…
Add table
Reference in a new issue