Skip to content

Commit fa82d83

Browse files
Merge pull request #1030 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 964e5ce + 42de126 commit fa82d83

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/project/DiscountCombinationMode.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
import io.vrap.rmf.base.client.utils.Generated;
1212

1313
/**
14-
* <p>Defines how Product Discounts and Cart Discounts are combined for every Cart in a Project.</p>
14+
* <p>Defines how Product Discounts and Cart Discounts are combined for every Line Item in a Cart.</p>
1515
*/
1616
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
1717
public interface DiscountCombinationMode extends JsonEnum {
1818

1919
/**
20-
<p>Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Cart.</p> */
20+
<p>Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Line Item in a Cart.</p> */
2121
DiscountCombinationMode BEST_DEAL = DiscountCombinationModeEnum.BEST_DEAL;
2222
/**
23-
<p>Product Discounts and Cart Discounts are both applied to the Cart, potentially increasing the total discount.</p> */
23+
<p>Product Discounts and Cart Discounts are both applied to the Line Item in a Cart, potentially increasing the total discount.</p> */
2424
DiscountCombinationMode STACKING = DiscountCombinationModeEnum.STACKING;
2525

2626
/**

reference.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f638e9b425709e0394e55b7c70b7b09aafd14229

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,3 +530,4 @@ bb59c72e09951d391e013c3784ffba3fc5876bc3
530530
a9c69a2e32f13e695d381fb1c492ee6ed7e6f046
531531
8b51ad0f1cb789c4294135568e272854eea7ac53
532532
da68d777f48ba0233a7542a5344d86ef185db481
533+
d90411c7dae76245a17c90707bfd18b735f04a9c

0 commit comments

Comments
 (0)