Skip to content

Commit 7c4d0a0

Browse files
ECWID-150578: Add name field to CategoryInfo.
1 parent 3139ba5 commit 7c4d0a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/com/ecwid/apiclient/v3/dto/product/result/FetchedProduct.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ data class FetchedProduct(
191191

192192
data class CategoryInfo(
193193
val id: Int = 0,
194-
val enabled: Boolean = true
194+
val enabled: Boolean = true,
195+
val name: String = "",
195196
)
196197

197198
data class TaxInfo(

0 commit comments

Comments
 (0)