You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Cart/Cart.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -393,7 +393,7 @@ public function getCustom();
393
393
publicfunctiongetDiscountTypeCombination();
394
394
395
395
/**
396
-
* <p>Number of days after which an active Cart is deleted since its last modification. Configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a>.</p>
396
+
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a>.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Cart/CartBuilder.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -772,7 +772,7 @@ public function getDiscountTypeCombination()
772
772
}
773
773
774
774
/**
775
-
* <p>Number of days after which an active Cart is deleted since its last modification. Configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a>.</p>
775
+
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a>.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Cart/CartDraft.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ public function getLocale();
282
282
publicfunctiongetOrigin();
283
283
284
284
/**
285
-
* <p>Number of days after which an active Cart is deleted since its last modification.
285
+
* <p>Number of days after the last modification before a Cart is deleted.
286
286
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
287
287
* <p>Create a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts to receive a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> upon deletion of the Cart.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -520,7 +520,7 @@ public function getOrigin()
520
520
}
521
521
522
522
/**
523
-
* <p>Number of days after which an active Cart is deleted since its last modification.
523
+
* <p>Number of days after the last modification before a Cart is deleted.
524
524
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
525
525
* <p>Create a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts to receive a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> upon deletion of the Cart.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Cart/CartDraftModel.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -836,7 +836,7 @@ public function getOrigin()
836
836
}
837
837
838
838
/**
839
-
* <p>Number of days after which an active Cart is deleted since its last modification.
839
+
* <p>Number of days after the last modification before a Cart is deleted.
840
840
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
841
841
* <p>Create a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts to receive a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> upon deletion of the Cart.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Cart/CartModel.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1259,7 +1259,7 @@ public function getDiscountTypeCombination()
1259
1259
}
1260
1260
1261
1261
/**
1262
-
* <p>Number of days after which an active Cart is deleted since its last modification. Configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a>.</p>
1262
+
* <p>Number of days after the last modification before a Cart is deleted. Configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a>.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Me/MyCartDraft.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ public function getCountry();
165
165
publicfunctiongetLocale();
166
166
167
167
/**
168
-
* <p>Number of days after which a Cart with <code>Active</code> <a href="ctp:api:type:CartState">CartState</a> is deleted since its last modification.
168
+
* <p>Number of days after the last modification before a Cart is deleted.
169
169
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
170
170
* <p>Create a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts to receive a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> upon deletion of the Cart.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ public function getLocale()
306
306
}
307
307
308
308
/**
309
-
* <p>Number of days after which a Cart with <code>Active</code> <a href="ctp:api:type:CartState">CartState</a> is deleted since its last modification.
309
+
* <p>Number of days after the last modification before a Cart is deleted.
310
310
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
311
311
* <p>Create a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts to receive a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> upon deletion of the Cart.</p>
Copy file name to clipboardExpand all lines: lib/commercetools-api/src/Models/Me/MyCartDraftModel.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -487,7 +487,7 @@ public function getLocale()
487
487
}
488
488
489
489
/**
490
-
* <p>Number of days after which a Cart with <code>Active</code> <a href="ctp:api:type:CartState">CartState</a> is deleted since its last modification.
490
+
* <p>Number of days after the last modification before a Cart is deleted.
491
491
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
492
492
* <p>Create a <a href="ctp:api:type:ChangeSubscription">ChangeSubscription</a> for Carts to receive a <a href="ctp:api:type:ResourceDeletedDeliveryPayload">ResourceDeletedDeliveryPayload</a> upon deletion of the Cart.</p>
0 commit comments