mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
7b91911c24
commit
0b01e7585e
@ -444,6 +444,8 @@ class EuTaxTest extends TestCase
|
|||||||
'company_id' => $company->id,
|
'company_id' => $company->id,
|
||||||
'country_id' => 840,
|
'country_id' => 840,
|
||||||
'shipping_country_id' => 840,
|
'shipping_country_id' => 840,
|
||||||
|
'state' => 'CA',
|
||||||
|
'postal_code' => '90210',
|
||||||
'has_valid_vat_number' => false,
|
'has_valid_vat_number' => false,
|
||||||
]);
|
]);
|
||||||
|
|
||||||
@ -453,7 +455,7 @@ class EuTaxTest extends TestCase
|
|||||||
'user_id' => $this->user->id,
|
'user_id' => $this->user->id,
|
||||||
'status_id' => Invoice::STATUS_SENT,
|
'status_id' => Invoice::STATUS_SENT,
|
||||||
'tax_data' => new Response([
|
'tax_data' => new Response([
|
||||||
'geoState' => 'CA',
|
'geoState' => 'CA',
|
||||||
]),
|
]),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user