diff --git a/docs/specification/discount.md b/docs/specification/discount.md index 033fc8e4c..9be9d83ec 100644 --- a/docs/specification/discount.md +++ b/docs/specification/discount.md @@ -502,8 +502,8 @@ to line items, and an automatic shipping discount at the order level. {"type": "subtotal", "display_text": "Subtotal", "amount": 4000}, {"type": "items_discount", "display_text": "Item Discounts", "amount": -800}, {"type": "discount", "display_text": "Order Discounts", "amount": -599}, - {"type": "fulfillment", "display_text": "Shipping", "amount": 0}, - {"type": "total", "display_text": "Total", "amount": 2601} + {"type": "fulfillment", "display_text": "Shipping", "amount": 599}, + {"type": "total", "display_text": "Total", "amount": 3200} ] } ```