Skip to content

Commit 6832c39

Browse files
Merge pull request #373 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents c162dc6 + cde1e81 commit 6832c39

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

lib/commercetools-api/src/Models/Cart/Cart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public function getCustom();
393393
public function getDiscountTypeCombination();
394394

395395
/**
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>
397397
*
398398
399399
* @return null|int

lib/commercetools-api/src/Models/Cart/CartBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ public function getDiscountTypeCombination()
772772
}
773773

774774
/**
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>
776776
*
777777
778778
* @return null|int

lib/commercetools-api/src/Models/Cart/CartDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function getLocale();
282282
public function getOrigin();
283283

284284
/**
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.
286286
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
287287
* <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>
288288
*

lib/commercetools-api/src/Models/Cart/CartDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ public function getOrigin()
520520
}
521521

522522
/**
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.
524524
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
525525
* <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>
526526
*

lib/commercetools-api/src/Models/Cart/CartDraftModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ public function getOrigin()
836836
}
837837

838838
/**
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.
840840
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
841841
* <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>
842842
*

lib/commercetools-api/src/Models/Cart/CartModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ public function getDiscountTypeCombination()
12591259
}
12601260

12611261
/**
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>
12631263
*
12641264
*
12651265
* @return null|int

lib/commercetools-api/src/Models/Me/MyCartDraft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function getCountry();
165165
public function getLocale();
166166

167167
/**
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.
169169
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
170170
* <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>
171171
*

lib/commercetools-api/src/Models/Me/MyCartDraftBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public function getLocale()
306306
}
307307

308308
/**
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.
310310
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
311311
* <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>
312312
*

lib/commercetools-api/src/Models/Me/MyCartDraftModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ public function getLocale()
487487
}
488488

489489
/**
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.
491491
* If not provided, the default value for this field configured in <a href="ctp:api:type:CartsConfiguration">Project settings</a> is assigned.</p>
492492
* <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>
493493
*

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,4 @@ cd4568dad934a4988098ebb5ee5a06ef3ee35569
412412
ae16dc0e70853720e2c642e0cfea760fa55369ed
413413
4e87d65fe6c27f95b9fce4c30b5af64aedabc2be
414414
ba64943be238cc04b24cfafc30b4e1d47976fd4e
415+
f308ced4b427eea3642d2d183f6d15f0c1287aa8

0 commit comments

Comments
 (0)