Fixes in endpoints etc

This commit is contained in:
2025-06-22 22:23:39 -06:00
parent 658e3f4277
commit 25cbdd25fc
10 changed files with 102 additions and 41 deletions

View File

@@ -37,7 +37,7 @@ namespace Core.Inventory.Domain.Contexts.Inventory.Request
[BsonElement("currency")]
[BsonRepresentation(BsonType.String)]
[JsonPropertyName("currency")]
public string Currency { get; set; } = "MXN";
public string Currency { get; set; } = "USD";
/// <summary>
/// Gets or sets the category identifier the item belongs to.