mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Increase state limit to 3 for WePay
This commit is contained in:
parent
a1f59619ef
commit
c7cedc53d4
@ -6,7 +6,7 @@
|
||||
<script type="text/javascript" src="https://static.wepay.com/min/js/tokenization.v2.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#state").attr('maxlength', '2');
|
||||
$("#state").attr('maxlength', '3');
|
||||
var countries = {!! Cache::get('countries')->pluck('iso_3166_2','id') !!};
|
||||
WePay.set_endpoint('{{ WEPAY_ENVIRONMENT }}');
|
||||
var $form = $('.payment-form');
|
||||
|
Loading…
x
Reference in New Issue
Block a user