Skip to content

Commit 461b194

Browse files
committed
ECWID-138355 fix declaredValue type
1 parent e6bd894 commit 461b194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/cart/result/CalculateOrderDetailsResult.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ data class CalculateOrderDetailsResult(
8787
val width: Double? = null,
8888
val length: Double? = null,
8989
val weight: Double? = null,
90-
val declaredValue: Int? = null
90+
val declaredValue: Double? = null
9191
)
9292

9393
data class DiscountInfo(

0 commit comments

Comments
 (0)