Skip to content

Commit

Permalink
Merge pull request #455 from Ecwid/ECWID-150578-New-IS-Category-name-…
Browse files Browse the repository at this point in the history
…for-product

ECWID-150578: Add name field to CategoryInfo.
  • Loading branch information
Alexeyyy authored Jan 28, 2025
2 parents 0123582 + b0e1322 commit 2f0d957
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ data class FetchedProduct(

data class CategoryInfo(
val id: Int = 0,
val enabled: Boolean = true
val enabled: Boolean = true,
val name: String = "",
val nameTranslated: String = "",
)

data class TaxInfo(
Expand Down

0 comments on commit 2f0d957

Please sign in to comment.