Skip to content

Commit

Permalink
ECWID-137817 New customers: add favorites to the internal API - chang…
Browse files Browse the repository at this point in the history
…ed 'favorites' field to val
  • Loading branch information
renat-ayzyatullen committed Apr 8, 2024
1 parent 5c092ef commit ec1b87d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data class FetchedCustomer(
val lang: String? = null,
val stats: CustomerStats? = null,
val privateAdminNotes: String? = null,
var favorites: List<CustomerFavorite> = ArrayList(),
val favorites: List<CustomerFavorite> = ArrayList(),

@JsonFieldName("b2b_b2c")
val commercialRelationshipScheme: CommercialRelationshipScheme = CommercialRelationshipScheme.b2c,
Expand Down

0 comments on commit ec1b87d

Please sign in to comment.