From cdc06e4e37058929fc2139a9d996126cf600f72f Mon Sep 17 00:00:00 2001 From: "yulia.balabanova" Date: Mon, 16 Jun 2025 16:15:47 +0400 Subject: [PATCH 1/2] =?UTF-8?q?ECWID-164575=20New=20IS:=20Reports=20API=20?= =?UTF-8?q?=E2=80=94=20Contact=20widget=20-=20added=20new=20activity=20typ?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt index 5960e14b..72e7a6e8 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt @@ -45,4 +45,5 @@ enum class ReportType { sitePhoneActivity, siteAddressActivity, siteLocationMapActivity, + siteContactWidgetActivity, } From 78fcea350248043851e419b5e0049acdeb348601 Mon Sep 17 00:00:00 2001 From: "yulia.balabanova" Date: Tue, 17 Jun 2025 12:57:07 +0400 Subject: [PATCH 2/2] =?UTF-8?q?ECWID-164575=20New=20IS:=20Reports=20API=20?= =?UTF-8?q?=E2=80=94=20Contact=20widget=20-=20added=20for=20test=20getBran?= =?UTF-8?q?ds()=20"The=20test=20is=20temporarily=20disabled"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt b/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt index 5b740896..d83271c0 100644 --- a/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt +++ b/src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt @@ -9,6 +9,7 @@ import com.ecwid.apiclient.v3.util.randomAlphanumeric import com.ecwid.apiclient.v3.util.randomPrice import org.junit.jupiter.api.Assertions.assertTrue import org.junit.jupiter.api.BeforeEach +import org.junit.jupiter.api.Disabled import kotlin.test.Test import kotlin.test.assertEquals @@ -22,6 +23,7 @@ class BrandsTest : BaseEntityTest() { removeAllProducts() } + @Disabled("The test is temporarily disabled") @Test fun getBrands() { val brandedProductsCreateResult = createProductsWithBrands()