Skip to content

Commit 8a2e768

Browse files
committed
build(codegen): updating SDK
1 parent 080c150 commit 8a2e768

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface CustomLineItemPriceMode extends JsonEnum {
2121
<p>This is the default mode for backwards compatibility.</p> */
2222
CustomLineItemPriceMode STANDARD = CustomLineItemPriceModeEnum.STANDARD;
2323
/**
24-
<p>Deactivates application of Cart Discounts for the Custom Line Item despite a matching CartDiscountCustomLineItemsTarget.</p> */
24+
<p>Deactivates application of Cart Discounts for the Custom Line Item, despite a matching CartDiscountCustomLineItemsTarget and MultiBuyCustomLineItemsTarget.</p> */
2525
CustomLineItemPriceMode EXTERNAL = CustomLineItemPriceModeEnum.EXTERNAL;
2626

2727
/**

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public interface LineItemPriceMode extends JsonEnum {
2323
<p>The Line Item price is set externally. Cart Discounts can apply to Line Items with this price mode. All update actions that change the quantity of a Line Item with this price mode require the <code>externalPrice</code> field to be given.</p> */
2424
LineItemPriceMode EXTERNAL_PRICE = LineItemPriceModeEnum.EXTERNAL_PRICE;
2525
/**
26-
<p>The Line Item price with the total is set externally. Cart Discounts are deactivated for Line Items with this price mode. Although a Line Item with this price mode has both <code>price</code> and <code>totalPrice</code> set externally, only <code>totalPrice</code> is used to calculate the total price of a Cart. All update actions that change the quantity of a Line Item with this price mode can set the new price with the <code>externalTotal</code> field. If the <code>externalTotal</code> field is not given in the update actions, the external price is unset and the price mode is set to <code>Platform</code>.</p> */
26+
<p>The Line Item price with the total is set externally. Cart Discounts are deactivated for Line Items with this price mode, despite a matching CartDiscountLineItemsTarget or MultiBuyLineItemsTarget. Although a Line Item with this price mode has both <code>price</code> and <code>totalPrice</code> set externally, only <code>totalPrice</code> is used to calculate the total price of a Cart. All update actions that change the quantity of a Line Item with this price mode can set the new price with the <code>externalTotal</code> field. If the <code>externalTotal</code> field is not given in the update actions, the external price is unset and the price mode is set to <code>Platform</code>.</p> */
2727
LineItemPriceMode EXTERNAL_TOTAL = LineItemPriceModeEnum.EXTERNAL_TOTAL;
2828

2929
/**

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,4 @@ c163df6435d9b4770f1d07cd2cb379c1f620ceb5
271271
12d3fba1b3f1f281cc37eaa04513df858393ab39
272272
6bd7dfaf13befab20f63e12bcda891250e2637c1
273273
27eb558d5297d7de059ae558e28bf81cb165235b
274+
d41fc6a548bdf9a82b6e33c4334c99cda6f4e8d9

0 commit comments

Comments
 (0)