Skip to content

Commit 4780794

Browse files
committed
build(codegen): updating SDK
1 parent 4caf3af commit 4780794

7 files changed

Lines changed: 7 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function getSlug();
115115
public function getQuantity();
116116

117117
/**
118-
* <p>State of the Custom Line Item in the <a href="ctp:api:type:Cart">Cart</a> or <a href="ctp:api:type:Order">Order</a>.</p>
118+
* <p>Tracks specific quantities of the Custom Line Item within a given State. When a Custom Line Item is added to a Cart, its full quantity is set to the built-in &quot;Initial&quot; state. State transitions for Custom Line Items are managed on the <a href="ctp:api:type:Order">Order</a>.</p>
119119
*
120120
121121
* @return null|ItemStateCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public function getQuantity()
239239
}
240240

241241
/**
242-
* <p>State of the Custom Line Item in the <a href="ctp:api:type:Cart">Cart</a> or <a href="ctp:api:type:Order">Order</a>.</p>
242+
* <p>Tracks specific quantities of the Custom Line Item within a given State. When a Custom Line Item is added to a Cart, its full quantity is set to the built-in &quot;Initial&quot; state. State transitions for Custom Line Items are managed on the <a href="ctp:api:type:Order">Order</a>.</p>
243243
*
244244
245245
* @return null|ItemStateCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public function getQuantity()
365365
}
366366

367367
/**
368-
* <p>State of the Custom Line Item in the <a href="ctp:api:type:Cart">Cart</a> or <a href="ctp:api:type:Order">Order</a>.</p>
368+
* <p>Tracks specific quantities of the Custom Line Item within a given State. When a Custom Line Item is added to a Cart, its full quantity is set to the built-in &quot;Initial&quot; state. State transitions for Custom Line Items are managed on the <a href="ctp:api:type:Order">Order</a>.</p>
369369
*
370370
*
371371
* @return null|ItemStateCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function getTaxedPrice();
175175
public function getTaxedPricePortions();
176176

177177
/**
178-
* <p>State of the Line Item in the <a href="ctp:api:type:Cart">Cart</a> or the <a href="ctp:api:type:Order">Order</a>.</p>
178+
* <p>Tracks specific quantities of the Line Item within a given State. When a Line Item is added to a Cart, its full quantity is set to the built-in &quot;Initial&quot; state. State transitions for Line Items are managed on the <a href="ctp:api:type:Order">Order</a>.</p>
179179
*
180180
181181
* @return null|ItemStateCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function getTaxedPricePortions()
361361
}
362362

363363
/**
364-
* <p>State of the Line Item in the <a href="ctp:api:type:Cart">Cart</a> or the <a href="ctp:api:type:Order">Order</a>.</p>
364+
* <p>Tracks specific quantities of the Line Item within a given State. When a Line Item is added to a Cart, its full quantity is set to the built-in &quot;Initial&quot; state. State transitions for Line Items are managed on the <a href="ctp:api:type:Order">Order</a>.</p>
365365
*
366366
367367
* @return null|ItemStateCollection

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ public function getTaxedPricePortions()
553553
}
554554

555555
/**
556-
* <p>State of the Line Item in the <a href="ctp:api:type:Cart">Cart</a> or the <a href="ctp:api:type:Order">Order</a>.</p>
556+
* <p>Tracks specific quantities of the Line Item within a given State. When a Line Item is added to a Cart, its full quantity is set to the built-in &quot;Initial&quot; state. State transitions for Line Items are managed on the <a href="ctp:api:type:Order">Order</a>.</p>
557557
*
558558
*
559559
* @return null|ItemStateCollection

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,4 @@ dd595db3882a9eef83a47515f013be37deae6bff
421421
10b807d404cfeba225736763251d8ba6d8b16db3
422422
fcc6480a0c34dde0eb5c0a44b1b166a4fdc212fc
423423
8f053b3f8730a47bc1257e09304a442d35356b9e
424+
e68ca35e345e284ffc6281baa6fcfb56a3e93582

0 commit comments

Comments
 (0)