Skip to content

Commit d90411c

Browse files
committed
Updated API from documentation release
1 parent f638e9b commit d90411c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-specs/api/types/project/DiscountCombinationMode.raml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
type: string
44
displayName: DiscountCombinationMode
55
description: |
6-
Defines how Product Discounts and Cart Discounts are combined for every Cart in a Project.
6+
Defines how Product Discounts and Cart Discounts are combined for every Line Item in a Cart.
77
(enumDescriptions):
8-
BestDeal: Either Product Discounts or Cart Discounts are chosen based on best deal for the customer. Only one type applies per Cart.
9-
Stacking: Product Discounts and Cart Discounts are both applied to the Cart, potentially increasing the total discount.
8+
BestDeal: 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.
9+
Stacking: Product Discounts and Cart Discounts are both applied to the Line Item in a Cart, potentially increasing the total discount.
1010
enum:
1111
- BestDeal
1212
- Stacking

0 commit comments

Comments
 (0)