File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1010 "enabled" : false
1111 },
1212 "carts" : {
13+ "deleteDaysAfterLastModification" : 90 ,
1314 "countryTaxRateFallbackEnabled" : false
1415 },
1516 "discounts" : {
Original file line number Diff line number Diff line change 1010 "enabled" : false
1111 },
1212 "carts" : {
13- "countryTaxRateFallbackEnabled" : false
13+ "countryTaxRateFallbackEnabled" : false ,
14+ "deleteDaysAfterLastModification" : 90
1415 },
1516 "discounts" : {
1617 "discountCombinationMode" : " Stacking"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ type: object
44displayName : CartsConfiguration
55example : !include ../../examples/Project/CartsConfiguration.json
66properties :
7- deleteDaysAfterLastModification? :
7+ deleteDaysAfterLastModification :
88 type : number
99 format : int64
1010 default : 90
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ type: object
44displayName : ShoppingListsConfiguration
55example : !include ../../examples/Project/ShoppingListsConfiguration.json
66properties :
7- deleteDaysAfterLastModification? :
7+ deleteDaysAfterLastModification :
88 default : 360
99 minimum : 1
1010 maximum : 365250
Original file line number Diff line number Diff line change @@ -2304,7 +2304,7 @@ type CartValueType implements ShippingRateInputType {
23042304}
23052305
23062306type CartsConfiguration {
2307- deleteDaysAfterLastModification: Int
2307+ deleteDaysAfterLastModification: Int!
23082308 allowAddingUnpublishedProducts: Boolean!
23092309 countryTaxRateFallbackEnabled: Boolean!
23102310 taxRoundingMode: RoundingMode!
@@ -15636,7 +15636,7 @@ input ShoppingListUpdateAction {
1563615636}
1563715637
1563815638type ShoppingListsConfiguration {
15639- deleteDaysAfterLastModification: Int
15639+ deleteDaysAfterLastModification: Int!
1564015640}
1564115641
1564215642input ShoppingListsConfigurationInput {
You can’t perform that action at this time.
0 commit comments