Skip to content

Commit 019220b

Browse files
committed
fixed int type for variantID
1 parent 6fcf1f0 commit 019220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shopify/shopifyorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ type Item struct {
254254
Name string `json:"name"`
255255
Price string `json:"price"`
256256
TaxLines []Tax `json:"tax_lines"`
257-
VariantID int `json:"variant_id"`
257+
VariantID int64 `json:"variant_id"`
258258
}
259259

260260
// Fulfillment maps the shopify Order Fulfillments

0 commit comments

Comments
 (0)