Skip to content

Commit

Permalink
Support listing Orders for a specific Customer
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Apr 10, 2018
1 parent 4a0e51d commit d45750f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions order.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ type OrderListParams struct {
ListParams `form:"*"`
Created int64 `form:"created"`
CreatedRange *RangeQueryParams `form:"created"`
Customer string `form:"customer"`
IDs []string `form:"ids"`
Status OrderStatus `form:"status"`
}
Expand Down

0 comments on commit d45750f

Please sign in to comment.