Skip to content

Commit

Permalink
Docs: stores -> store's (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhynodesigns authored Jul 16, 2024
1 parent ec5cda3 commit 09c6be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/reference/orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Lunar\Models\Order
| cart_id | The related cart |
| channel_id | Which channel this was purchased through |
| status | A status that makes sense to you as the store owner |
| reference | Your stores own reference
| reference | Your store's own reference
| customer_reference | If you want customers to add their own reference, it goes here.
| sub_total | The sub total minus any discounts, excl. tax
| discount_breakdown | A json field for the discount breakdown e.g. `[{"discount_id": 1, "lines": [{"id": 1, "qty": 1}]], "total": 200}]`
Expand Down

0 comments on commit 09c6be1

Please sign in to comment.