Skip to content

Commit

Permalink
Add customer_id to fields list (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurice-ellis authored Dec 2, 2022
1 parent 6517d4f commit 8d32958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/lunar/orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Lunar\Models\Order
|:-|:-|
|id||
|user_id|If this is not a guest order, this will have the users id|
|customer_id|Can be `null`, stores customer|
|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
Expand Down

0 comments on commit 8d32958

Please sign in to comment.