mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-31 10:08:39 +00:00
fix default country
This commit is contained in:
parent
5fc7be78c1
commit
c49ce8a690
|
|
@ -56,7 +56,7 @@ class AddressTest extends \PHPUnit\Framework\TestCase
|
||||||
'location' => [
|
'location' => [
|
||||||
'postal' => '',
|
'postal' => '',
|
||||||
'city' => '',
|
'city' => '',
|
||||||
'country' => '',
|
'country' => 'US',
|
||||||
'address' => '',
|
'address' => '',
|
||||||
'state' => '',
|
'state' => '',
|
||||||
'geo' => [
|
'geo' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user