Skip to content

Commit

Permalink
feat: column added product_url
Browse files Browse the repository at this point in the history
  • Loading branch information
surajhub255 committed Jun 28, 2024
1 parent 6dcd062 commit fc53810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/phygital.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type Phygital struct {
Royality int `json:"royality"`
Image string `json:"image"`
ProductInfo string `json:"product_info"`
ProductUrl string `json:"product_url"`
Color string `json:"color"`
Size string `json:"size"`
Weight int `json:"weight"`
Expand Down

0 comments on commit fc53810

Please sign in to comment.