Skip to content

Commit

Permalink
ECWID-138355 fix declaredValue type
Browse files Browse the repository at this point in the history
  • Loading branch information
qblake committed May 14, 2024
1 parent e6bd894 commit 274c160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ data class CalculateOrderDetailsResult(
val width: Double? = null,
val length: Double? = null,
val weight: Double? = null,
val declaredValue: Int? = null
val declaredValue: Double? = null
)

data class DiscountInfo(
Expand Down

0 comments on commit 274c160

Please sign in to comment.