Skip to content

Commit

Permalink
Fix #25
Browse files Browse the repository at this point in the history
  • Loading branch information
bugproof committed Aug 21, 2023
1 parent 02fa6e9 commit 0eb7617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class UpdateInventoryProductsPrices : IRequest<UpdateInventoryProductsPri
public int InventoryId { get; set; }

[JsonPropertyName("products")]
public Dictionary<string, decimal> ProductPrices { get; set; }
public Dictionary<string, Dictionary<string, decimal>> ProductPrices { get; set; }

public class Response : ResponseBase
{
Expand Down

0 comments on commit 0eb7617

Please sign in to comment.