Skip to content

Commit 4b73acb

Browse files
committed
Updated API from documentation release
1 parent 89f530b commit 4b73acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-specs/api/types/cart/DiscountCodeState.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum:
2424
Validity is determined by the [CartDiscount](ctp:api:type:CartDiscount) `validFrom` and `validUntil` dates.
2525
DoesNotMatchCart: |
2626
The Discount Code is active and contains at least one active and valid Cart Discount.
27-
The [DiscountCode](ctp:api:type:DiscountCode) `cartPredicate` does not match the Cart or the contained active discount's cart predicates do no match the Cart.
27+
The [DiscountCode](ctp:api:type:DiscountCode) `cartPredicate` does not match the Cart or the contained active discount's cart predicates do not match the Cart.
2828
MatchesCart: |
2929
The Discount Code is active and contains at least one active and valid Cart Discount.
3030
The [DiscountCode](ctp:api:type:DiscountCode) `cartPredicate` matches the Cart and at least one of the contained active discount's cart predicates matches the Cart.

0 commit comments

Comments
 (0)