add <addresspart_type>:ISO3166-2 field to response address details

This commit is contained in:
Artem Ziablytskyi
2022-01-17 17:20:06 +01:00
committed by Sarah Hoffmann
parent 76c146f326
commit 82dbcbb12a
6 changed files with 10 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ class AddressDetailsTest extends \PHPUnit\Framework\TestCase
'city' => 'London',
'state_district' => 'Greater London',
'state' => 'England',
'state_code' => 'ENG',
'state:ISO3166-2' => 'GB-ENG',
'postcode' => 'SW1A 2AA',
'country' => 'United Kingdom',
'country_code' => 'gb'