mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Default to empty state for Braintree ACH
This commit is contained in:
parent
9002b622ae
commit
6be0255711
@ -73,6 +73,7 @@
|
|||||||
|
|
||||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.state')])
|
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.state')])
|
||||||
<select class="input w-full" id="billing-region">
|
<select class="input w-full" id="billing-region">
|
||||||
|
<option disabled selected></option>
|
||||||
@foreach(\App\DataProviders\USStates::get() as $code => $state)
|
@foreach(\App\DataProviders\USStates::get() as $code => $state)
|
||||||
<option value="{{ $code }}">{{ $state }} ({{ $code }})</option>
|
<option value="{{ $code }}">{{ $state }} ({{ $code }})</option>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user