Skip to content

Commit f29a97c

Browse files
committed
Fix json field name for field FetchedStoreProfile.DesignSettings.shoppingCartShowQtyInputs
1 parent bdd58e4 commit f29a97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ data class FetchedStoreProfile(
722722
@JsonFieldName("shopping_cart_products_collapsed_on_mobile")
723723
val shoppingCartProductsCollapsedOnMobile: Boolean? = null,
724724

725-
@JsonFieldName("shopping_cart_show_qty_inputs_on_mobile")
725+
@JsonFieldName("shopping_cart_show_qty_inputs")
726726
val shoppingCartShowQtyInputs: Boolean? = null,
727727

728728
@JsonFieldName("shopping_cart_show_weight")

0 commit comments

Comments
 (0)