Skip to content

Commit 90a8b48

Browse files
committed
add AllowNullable to FetchedStoreProfile for delivery time feature
1 parent fd21852 commit 90a8b48

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
@@ -84,6 +84,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
8484
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionBreadcrumbs),
8585
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionBuyButton),
8686
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductDescription),
87+
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionDeliveryTime),
8788
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductName),
8889
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductOptions),
8990
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsPositionProductPrice),
@@ -103,6 +104,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
103104
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowPinterestShareButton),
104105
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowPricePerUnit),
105106
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductDescription),
107+
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowDeliveryTime),
106108
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductName),
107109
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductNameAlwaysFirstOnMobile),
108110
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowProductOptions),

0 commit comments

Comments
 (0)