mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tax resolution
This commit is contained in:
parent
35ab26016e
commit
445a36c4df
@ -123,7 +123,7 @@ class UpdateTaxData implements ShouldQueue
|
|||||||
}
|
}
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'seller_subregion' => $this->company->origin_tax_data?->seller_subregion ?: '',
|
'seller_subregion' => $this->company->tax_data?->seller_subregion ?: '',
|
||||||
'geoPostalCode' => $this->client->postal_code ?? '',
|
'geoPostalCode' => $this->client->postal_code ?? '',
|
||||||
'geoCity' => $this->client->city ?? '',
|
'geoCity' => $this->client->city ?? '',
|
||||||
'geoState' => $calculated_state,
|
'geoState' => $calculated_state,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user