Skip to content

Commit ec1b87d

Browse files
ECWID-137817 New customers: add favorites to the internal API - changed 'favorites' field to val
1 parent 5c092ef commit ec1b87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/customer/result/FetchedCustomer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data class FetchedCustomer(
2525
val lang: String? = null,
2626
val stats: CustomerStats? = null,
2727
val privateAdminNotes: String? = null,
28-
var favorites: List<CustomerFavorite> = ArrayList(),
28+
val favorites: List<CustomerFavorite> = ArrayList(),
2929

3030
@JsonFieldName("b2b_b2c")
3131
val commercialRelationshipScheme: CommercialRelationshipScheme = CommercialRelationshipScheme.b2c,

0 commit comments

Comments
 (0)