Skip to content

Commit

Permalink
Merge pull request #423 from Ecwid/ECWID-144850_v2
Browse files Browse the repository at this point in the history
ECWID-144850 changed entityTypes to List
  • Loading branch information
winrokru authored Jul 29, 2024
2 parents f2d7ef1 + 4621940 commit 1afd5e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.util.*
data class FetchedCustomersConfig(
val key: String? = null,
val title: String? = null,
val entityTypes: ExtrafieldEntityType? = null,
val entityTypes: List<ExtrafieldEntityType>? = null,
val type: ExtrafieldType? = null,
val shownOnOrderDetails: Boolean? = null,
val createdDate: Date? = null,
Expand Down

0 comments on commit 1afd5e7

Please sign in to comment.