Skip to content

Commit 2ccd656

Browse files
committed
ECWID-169977 renamed filter orientation setting
1 parent 0959407 commit 2ccd656

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result/FetchedStoreProfile.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,8 @@ data class FetchedStoreProfile(
761761
@JsonFieldName("product_details_show_image_alt_text_as_visible_description")
762762
val productDetailsShowAltTextAsVisibleAsDescription: Boolean? = null,
763763

764-
@JsonFieldName("product_filters_orientation_position")
765-
val productFiltersOrientationPosition: String? = null,
764+
@JsonFieldName("product_filters_orientation")
765+
val productFiltersOrientation: String? = null,
766766

767767
@JsonFieldName("product_list_swatches_product_option_behavior")
768768
val productListSwatchesProductOptionBehavior: String? = null,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ val fetchedStoreProfileNullablePropertyRules: List<NullablePropertyRule<*, *>> =
173173
AllowNullable(FetchedStoreProfile.DesignSettings::swatchesProductOptionShape),
174174
AllowNullable(FetchedStoreProfile.DesignSettings::swatchesProductOptionSize),
175175
AllowNullable(FetchedStoreProfile.DesignSettings::productDetailsShowAltTextAsVisibleAsDescription),
176-
AllowNullable(FetchedStoreProfile.DesignSettings::productFiltersOrientationPosition),
176+
AllowNullable(FetchedStoreProfile.DesignSettings::productFiltersOrientation),
177177
AllowNullable(FetchedStoreProfile.DesignSettings::productListSwatchesProductOptionBehavior),
178178
IgnoreNullable(FetchedStoreProfile.FBMessengerSettings::enabled),
179179
IgnoreNullable(FetchedStoreProfile.FBMessengerSettings::fbMessengerMessageUsButtonColor),

0 commit comments

Comments
 (0)