We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6bd894 + d982d44 commit 5ab52a5Copy full SHA for 5ab52a5
2 files changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/cart/result/CalculateOrderDetailsResult.kt
@@ -87,7 +87,7 @@ data class CalculateOrderDetailsResult(
87
val width: Double? = null,
88
val length: Double? = null,
89
val weight: Double? = null,
90
- val declaredValue: Int? = null
+ val declaredValue: Double? = null
91
)
92
93
data class DiscountInfo(
src/test/kotlin/com/ecwid/apiclient/v3/entity/CustomersTest.kt
@@ -119,6 +119,7 @@ class CustomersTest : BaseEntityTest() {
119
}
120
121
@Test
122
+ @Disabled("Will be fixed in ECWID-75364")
123
fun testSearchFields() {
124
// Creating new customer group
125
val customerGroupCreateRequest = CustomerGroupCreateRequest(
0 commit comments