Skip to content

Commit

Permalink
Merge pull request #48 from jjideenschmiede/development
Browse files Browse the repository at this point in the history
fix: Change type for image.
  • Loading branch information
gowizzard authored Mar 6, 2024
2 parents 7e71066 + 4a0923b commit 83ba779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_variants.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ type ProductVariantReturn struct {
Taxable bool `json:"taxable"`
Barcode string `json:"barcode"`
Grams int `json:"grams"`
ImageId string `json:"image_id"`
ImageId int `json:"image_id"`
Weight float64 `json:"weight"`
WeightUnit string `json:"weight_unit"`
InventoryItemId int `json:"inventory_item_id"`
Expand Down

0 comments on commit 83ba779

Please sign in to comment.