Skip to content

Commit 0bac3e0

Browse files
committed
ECWID-133812 Added rating nullable property rule
1 parent 0b3b796 commit 0bac3e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/kotlin/com/ecwid/apiclient/v3/rule/nullablepropertyrules/ProductReviewsSearchRequestRules.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ val productReviewsSearchRequestNullablePropertyRules: List<NullablePropertyRule<
99
AllowNullable(ProductReviewsSearchRequest::createdTo),
1010
AllowNullable(ProductReviewsSearchRequest::orderId),
1111
AllowNullable(ProductReviewsSearchRequest::productId),
12+
AllowNullable(ProductReviewsSearchRequest::rating),
1213
AllowNullable(ProductReviewsSearchRequest::reviewId),
1314
AllowNullable(ProductReviewsSearchRequest::sortBy),
1415
AllowNullable(ProductReviewsSearchRequest::status),

0 commit comments

Comments
 (0)