File tree Expand file tree Collapse file tree
src/test/kotlin/com/ecwid/apiclient/v3/entity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ class StoreProfileTest : BaseEntityTest() {
8484 email = " email@example.com" ,
8585 street = " street" ,
8686 city = " city" ,
87- countryCode = " RU " ,
87+ countryCode = " GE " ,
8888 postalCode = " postalCode" ,
8989 phone = " phone" ,
90- stateOrProvinceCode = " 73 "
90+ stateOrProvinceCode = " TB "
9191 ),
9292 formatsAndUnits = UpdatedStoreProfile .FormatsAndUnits (
9393 currency = " currency" ,
@@ -148,8 +148,8 @@ class StoreProfileTest : BaseEntityTest() {
148148 UpdatedStoreProfile .Zone (
149149 id = " zoneId" ,
150150 name = " Zone name" ,
151- countryCodes = listOf (" RU " , " UA" ),
152- stateOrProvinceCodes = listOf (" RU-73 " , " RU-77 " ),
151+ countryCodes = listOf (" GE " , " UA" ),
152+ stateOrProvinceCodes = listOf (" GE-AJ " , " GE-TB " ),
153153 postCodes = listOf (" 123456" , " 654321" )
154154 )
155155 ),
You can’t perform that action at this time.
0 commit comments