Skip to content

Commit 0904e37

Browse files
committed
build(codegen): updating SDK
1 parent c8f87a0 commit 0904e37

10 files changed

+19
-18
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public function getLineItemId();
3838
public function getLineItemKey();
3939

4040
/**
41-
* <p>Amount to subtract from the LineItem's <code>quantity</code>.
42-
* If absent, the LineItem is removed from the Cart.</p>
41+
* <p>Amount to subtract from the LineItem quantity.
42+
* If omitted, the LineItem is removed from the Cart.</p>
4343
*
4444
4545
* @return null|int

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ public function getLineItemKey()
8181
}
8282

8383
/**
84-
* <p>Amount to subtract from the LineItem's <code>quantity</code>.
85-
* If absent, the LineItem is removed from the Cart.</p>
84+
* <p>Amount to subtract from the LineItem quantity.
85+
* If omitted, the LineItem is removed from the Cart.</p>
8686
*
8787
8888
* @return null|int

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ public function getLineItemKey()
145145
}
146146

147147
/**
148-
* <p>Amount to subtract from the LineItem's <code>quantity</code>.
149-
* If absent, the LineItem is removed from the Cart.</p>
148+
* <p>Amount to subtract from the LineItem quantity.
149+
* If omitted, the LineItem is removed from the Cart.</p>
150150
*
151151
*
152152
* @return null|int

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public function getLineItemId();
4040
public function getLineItemKey();
4141

4242
/**
43-
* <p>Amount to subtract from the LineItem's <code>quantity</code>.
44-
* If absent, the LineItem is removed from the Cart.</p>
43+
* <p>Amount to subtract from the LineItem quantity.
44+
* If omitted, the LineItem is removed from the Cart.</p>
4545
*
4646
4747
* @return null|int

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ public function getLineItemKey()
8585
}
8686

8787
/**
88-
* <p>Amount to subtract from the LineItem's <code>quantity</code>.
89-
* If absent, the LineItem is removed from the Cart.</p>
88+
* <p>Amount to subtract from the LineItem quantity.
89+
* If omitted, the LineItem is removed from the Cart.</p>
9090
*
9191
9292
* @return null|int

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public function getLineItemKey()
149149
}
150150

151151
/**
152-
* <p>Amount to subtract from the LineItem's <code>quantity</code>.
153-
* If absent, the LineItem is removed from the Cart.</p>
152+
* <p>Amount to subtract from the LineItem quantity.
153+
* If omitted, the LineItem is removed from the Cart.</p>
154154
*
155155
*
156156
* @return null|int

lib/commercetools-api/src/Models/OrderEdit/StagedOrderRemoveLineItemAction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public function getLineItemId();
4141
public function getLineItemKey();
4242

4343
/**
44-
* <p>New value to set.
45-
* If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
44+
* <p>Amount to subtract from the LineItem quantity.
45+
* If omitted, the LineItem is removed from the Order.</p>
4646
*
4747
4848
* @return null|int

lib/commercetools-api/src/Models/OrderEdit/StagedOrderRemoveLineItemActionBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ public function getLineItemKey()
8787
}
8888

8989
/**
90-
* <p>New value to set.
91-
* If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
90+
* <p>Amount to subtract from the LineItem quantity.
91+
* If omitted, the LineItem is removed from the Order.</p>
9292
*
9393
9494
* @return null|int

lib/commercetools-api/src/Models/OrderEdit/StagedOrderRemoveLineItemActionModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ public function getLineItemKey()
151151
}
152152

153153
/**
154-
* <p>New value to set.
155-
* If absent or <code>0</code>, the Line Item is removed from the Cart.</p>
154+
* <p>Amount to subtract from the LineItem quantity.
155+
* If omitted, the LineItem is removed from the Order.</p>
156156
*
157157
*
158158
* @return null|int

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,3 +523,4 @@ e5d97cd9fa03ef3c4fe45f051ad8a4a80e690656
523523
65b14540239650479b1799503b3c9e3180d93186
524524
2e90c8c066eb618de26c10124e1d007cdfc842a4
525525
3999f168839d6e67496250d2c2c83edd7f7f5a59
526+
524cda1d7939151daccfc43d29db2af42b52c592

0 commit comments

Comments
 (0)