Skip to content

Commit 77bfeba

Browse files
committed
ECWID-150909 Added missing ApiRequestDTO implement
1 parent 5eff249 commit 77bfeba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package com.ecwid.apiclient.v3.dto.productreview.request
22

3+
import com.ecwid.apiclient.v3.dto.common.ApiRequestDTO
34
import com.ecwid.apiclient.v3.dto.productreview.enums.ProductReviewStatus
45

56
data class ProductReviewCountersUpdate(
67
val productIds: List<Long> = listOf(),
78
val status: ProductReviewStatus? = null,
8-
)
9+
) : ApiRequestDTO

0 commit comments

Comments
 (0)