Skip to content

Commit aa9af30

Browse files
committed
Updated API from documentation release
1 parent 535ee58 commit aa9af30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ properties:
1515
type: TypedMoney
1616
description: |
1717
Money value of the discount on the total net price of the Cart or Order.
18-
18+
1919
The same percentage of discount applies as on the `discountedAmount`.
2020
Present only when `taxedPrice` of the Cart or Order exists.
2121
discountedGrossAmount?:
2222
type: TypedMoney
2323
description: |
2424
Money value of the discount on the total gross price of the Cart or Order.
25-
25+
2626
The same percentage of discount applies as on the `discountedAmount`.
2727
Present only when `taxedPrice` of the Cart or Order exists.

0 commit comments

Comments
 (0)