Skip to content

Commit

Permalink
Merge pull request #780 from AndyBuildSystem/patch-1
Browse files Browse the repository at this point in the history
Update Product.cs - Variation Id type
  • Loading branch information
XiaoFaye authored Sep 18, 2024
2 parents 03f6ac1 + a1ab4a2 commit e004090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WooCommerce/v3/Product.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public class Product : JsonObject
/// read-only
/// </summary>
[DataMember(EmitDefaultValue = false)]
public List<int> variations { get; set; }
public List<ulong> variations { get; set; }

/// <summary>
/// List of grouped products ID.
Expand Down

0 comments on commit e004090

Please sign in to comment.