Skip to content

Commit

Permalink
add new dimensions field
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejo committed Sep 11, 2024
1 parent 884fbb8 commit bd44a9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ class ShippingLabelRestClient @Inject constructor(private val wooNetwork: WooNet
val name: String,
@SerializedName("inner_dimensions") val innerDimensions: String?,
@SerializedName("outer_dimensions") val outerDimensions: String?,
@SerializedName("dimensions") val dimensions: String?,
@SerializedName("box_weight") val boxWeight: Float?,
@SerializedName("max_weight") val maxWeight: Float?,
@SerializedName("is_user_defined") val isUserDefined: Boolean?,
Expand Down

0 comments on commit bd44a9a

Please sign in to comment.