Skip to content

Commit

Permalink
Merge pull request #9 from sendlovebox/adjust-json
Browse files Browse the repository at this point in the history
adjustments
  • Loading branch information
odetolakehinde authored Nov 24, 2023
2 parents e2a57d1 + 9d2023f commit fbd2b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/product.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ type (
PerPage int `url:"per_page,omitempty" json:"per_page,omitempty"`
Offset int `url:"offset,omitempty" json:"offset,omitempty"`
Order OrderType `url:"order,omitempty" json:"order,omitempty"`
OrderBy OrderBy `url:"order_by,omitempty" json:"order_by,omitempty"`
OrderBy OrderBy `url:"orderby,omitempty" json:"orderby,omitempty"`
}

// ProductAttribute schema
Expand Down

0 comments on commit fbd2b1a

Please sign in to comment.