mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjustments for autofill
This commit is contained in:
parent
88dc99004f
commit
e78e4991cd
@ -72,3 +72,9 @@
|
|||||||
|
|
||||||
<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
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
CardJs.EXPIRY_USE_DROPDOWNS = true;
|
||||||
|
|
||||||
|
</script>
|
Loading…
x
Reference in New Issue
Block a user