Skip to content

Commit d9143de

Browse files
ECWID-105431 Add property rules for new SEO fields
1 parent ee992c5 commit d9143de

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,11 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
270270
IgnoreNullable(FetchedStoreProfile.Settings::storeDescription),
271271
IgnoreNullable(FetchedStoreProfile.Settings::storeName),
272272
IgnoreNullable(FetchedStoreProfile.Settings::tikTokPixel),
273+
IgnoreNullable(FetchedStoreProfile.Settings::storeDescriptionTranslated),
274+
IgnoreNullable(FetchedStoreProfile.Settings::rootCategorySeoTitle),
275+
IgnoreNullable(FetchedStoreProfile.Settings::rootCategorySeoTitleTranslated),
276+
IgnoreNullable(FetchedStoreProfile.Settings::rootCategorySeoDescription),
277+
IgnoreNullable(FetchedStoreProfile.Settings::rootCategorySeoDescriptionTranslated),
273278
IgnoreNullable(FetchedStoreProfile.Shipping::handlingFee),
274279
IgnoreNullable(FetchedStoreProfile.Shipping::shippingOptions),
275280
IgnoreNullable(FetchedStoreProfile.Shipping::shippingOrigin),

0 commit comments

Comments
 (0)