Skip to content

Commit ff65e66

Browse files
committed
ECWID-138159: allow 'customSlug' field to be nullable
1 parent 4131a68 commit ff65e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ val fetchedProductNullablePropertyRules: List<NullablePropertyRule<*, *>> = list
8989
IgnoreNullable(FetchedProduct::tax),
9090
IgnoreNullable(FetchedProduct::unlimited),
9191
IgnoreNullable(FetchedProduct::url),
92-
IgnoreNullable(FetchedProduct::customSlug),
92+
AllowNullable(FetchedProduct::customSlug),
9393
IgnoreNullable(FetchedProduct::warningLimit),
9494
IgnoreNullable(FetchedProduct::weight),
9595
IgnoreNullable(FetchedProduct::wholesalePrices),

0 commit comments

Comments
 (0)