Fixes for tax resolution

This commit is contained in:
David Bomba 2023-06-02 15:58:37 +10:00
parent 35ab26016e
commit 445a36c4df

View File

@ -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,