Skip to content

Commit 4f77f98

Browse files
committed
build(codegen): updating SDK
1 parent edbd517 commit 4f77f98

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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 Line Item in a Cart.</p>
14+
* <p>Defines how Product Discounts and Cart Discounts are combined for Line Items in every Cart of the Project.</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 Line Item in a Cart.</p> */
20+
<p>Either Product Discounts or Cart Discounts are chosen for each Line Item in the Cart based on the best deal for the Customer. Only one discount type applies per Line Item in the Cart.</p> */
2121
DiscountCombinationMode BEST_DEAL = DiscountCombinationModeEnum.BEST_DEAL;
2222
/**
23-
<p>Product Discounts and Cart Discounts are both applied to the Line Item in a Cart, potentially increasing the total discount.</p> */
23+
<p>Product Discounts and Cart Discounts are both applied to each Line Item in the Cart, potentially increasing the total discount.</p> */
2424
DiscountCombinationMode STACKING = DiscountCombinationModeEnum.STACKING;
2525

2626
/**

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,3 +535,4 @@ d90411c7dae76245a17c90707bfd18b735f04a9c
535535
053ba06830d03bf8eb9963500e4498f14754b746
536536
1119815b3a93e1f6fa3894492e10cbb57f93a3d7
537537
a1e8798ca33fe3c7621ab83ff12ca20f269c406d
538+
d3b8e01b6233c9a25fa53d3a8a50a8e1721e664c

0 commit comments

Comments
 (0)