Skip to content

Commit a94cb11

Browse files
ECWID-148213 - added 'productDetailsShowProductLoyalty' and 'productDetailsPositionProductLoyalty' to FetchedStoreProfileRules
1 parent dd3b95a commit a94cb11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
9191
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductName),
9292
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductOptions),
9393
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductPrice),
94+
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductLoyalty),
9495
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductSku),
9596
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionSaveForLater),
9697
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionShareButtons),
@@ -113,6 +114,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
113114
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductOptions),
114115
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductPhotoZoom),
115116
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductPrice),
117+
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductLoyalty),
116118
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductSku),
117119
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowQty),
118120
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowSalePrice),

0 commit comments

Comments
 (0)