From 8a2e7681d067d95b10b32d31d8caf9d3827fdac5 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:07:47 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../commercetools/api/models/cart/CustomLineItemPriceMode.java | 2 +- .../com/commercetools/api/models/cart/LineItemPriceMode.java | 2 +- references.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java index 954495f50f7..1fa9d7e1a5c 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/CustomLineItemPriceMode.java @@ -21,7 +21,7 @@ public interface CustomLineItemPriceMode extends JsonEnum {

This is the default mode for backwards compatibility.

*/ CustomLineItemPriceMode STANDARD = CustomLineItemPriceModeEnum.STANDARD; /** -

Deactivates application of Cart Discounts for the Custom Line Item despite a matching CartDiscountCustomLineItemsTarget.

*/ +

Deactivates application of Cart Discounts for the Custom Line Item, despite a matching CartDiscountCustomLineItemsTarget and MultiBuyCustomLineItemsTarget.

*/ CustomLineItemPriceMode EXTERNAL = CustomLineItemPriceModeEnum.EXTERNAL; /** diff --git a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java index 9e345d5096d..5e8f972a150 100644 --- a/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java +++ b/commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/cart/LineItemPriceMode.java @@ -23,7 +23,7 @@ public interface LineItemPriceMode extends JsonEnum {

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 externalPrice field to be given.

*/ LineItemPriceMode EXTERNAL_PRICE = LineItemPriceModeEnum.EXTERNAL_PRICE; /** -

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 price and totalPrice set externally, only totalPrice 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 externalTotal field. If the externalTotal field is not given in the update actions, the external price is unset and the price mode is set to Platform.

*/ +

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 price and totalPrice set externally, only totalPrice 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 externalTotal field. If the externalTotal field is not given in the update actions, the external price is unset and the price mode is set to Platform.

*/ LineItemPriceMode EXTERNAL_TOTAL = LineItemPriceModeEnum.EXTERNAL_TOTAL; /** diff --git a/references.txt b/references.txt index ab8a9adeab2..3a44f2805e1 100644 --- a/references.txt +++ b/references.txt @@ -271,3 +271,4 @@ c163df6435d9b4770f1d07cd2cb379c1f620ceb5 12d3fba1b3f1f281cc37eaa04513df858393ab39 6bd7dfaf13befab20f63e12bcda891250e2637c1 27eb558d5297d7de059ae558e28bf81cb165235b +d41fc6a548bdf9a82b6e33c4334c99cda6f4e8d9