add state_code field to response address details

This commit is contained in:
Artem Ziablytskyi
2021-10-12 17:35:15 +02:00
committed by Sarah Hoffmann
parent fd4ab3f262
commit 76c146f326
4 changed files with 25 additions and 3 deletions

View File

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