Skip to content

Commit

Permalink
Fix tag for DraftOrder (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
baorv authored and rickywiens committed May 3, 2019
1 parent f0085a4 commit ee347d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft_order.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type AppliedDiscount struct {
Title string `json:"applied_discount,omitempty"`
Description string `json:"description,omitempty"`
Value string `json:"value,omitempty"`
ValueType string `json:"fixed_amount,omitempty"`
ValueType string `json:"value_type,omitempty"`
Amount string `json:"amount,omitempty"`
}

Expand Down

0 comments on commit ee347d8

Please sign in to comment.