We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576ca8c commit 3d44a7eCopy full SHA for 3d44a7e
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/dto/productcomponent/result/FetchedProductComponent.kt
@@ -7,7 +7,7 @@ data class FetchedProductComponent(
7
val productId: Long = 0L,
8
val combinationId: Long? = null,
9
val quantity: Int = 0,
10
-): ApiFetchedDTO, ApiResultDTO {
+) : ApiFetchedDTO, ApiResultDTO {
11
12
override fun getModifyKind() = ApiFetchedDTO.ModifyKind.ReadOnly
13
0 commit comments