mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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' => [
|
||||
'postal' => '',
|
||||
'city' => '',
|
||||
'country' => '',
|
||||
'country' => 'US',
|
||||
'address' => '',
|
||||
'state' => '',
|
||||
'geo' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user