Skip to content

Commit

Permalink
ECWID-127118 added the categoryIds property to the nullable property …
Browse files Browse the repository at this point in the history
…rules list
  • Loading branch information
zenon-ecwid committed Sep 21, 2023
1 parent f5688ca commit 23a2db1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import com.ecwid.apiclient.v3.rule.NullablePropertyRule.AllowNullable

val categoriesSearchRequestNullablePropertyRules: List<NullablePropertyRule<*, *>> = listOf(
AllowNullable(CategoriesSearchRequest::baseUrl),
AllowNullable(CategoriesSearchRequest::categoryIds),
AllowNullable(CategoriesSearchRequest::cleanUrls),
AllowNullable(CategoriesSearchRequest::slugsWithoutIds),
AllowNullable(CategoriesSearchRequest::hiddenCategories),
Expand Down

0 comments on commit 23a2db1

Please sign in to comment.