Skip to content

Commit f9ce1b4

Browse files
committed
ECWID-166984 added missing design properties
1 parent bf85ad8 commit f9ce1b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
170170
AllowNullable(FetchedStoreProfile.DesignSettings::showCartWidget),
171171
AllowNullable(FetchedStoreProfile.DesignSettings::showRootCategories),
172172
AllowNullable(FetchedStoreProfile.DesignSettings::showSigninLinkWithUnifiedAccountPage),
173+
AllowNullable(FetchedStoreProfile.DesignSettings::swatchesProductOptionShape),
174+
AllowNullable(FetchedStoreProfile.DesignSettings::swatchesProductOptionSize),
175+
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowAltTextAsDescription),
173176
IgnoreNullable(FetchedStoreProfile.FBMessengerSettings::enabled),
174177
IgnoreNullable(FetchedStoreProfile.FBMessengerSettings::fbMessengerMessageUsButtonColor),
175178
IgnoreNullable(FetchedStoreProfile.FBMessengerSettings::fbMessengerPageId),

0 commit comments

Comments
 (0)