feat: updated product status property name
This commit is contained in:
@@ -42,10 +42,10 @@ namespace Core.Adapters.Lib.Inventory
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the status of the product. Stored as a string in MongoDB.
|
/// Gets or sets the status of the product. Stored as a string in MongoDB.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[BsonElement("status")]
|
[BsonElement("productStatus")]
|
||||||
[JsonPropertyName("status")]
|
[JsonPropertyName("productStatus")]
|
||||||
[BsonRepresentation(BsonType.String)]
|
[BsonRepresentation(BsonType.String)]
|
||||||
public ProductStatus Status { get; set; }
|
public ProductStatus ProductStatus { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the list of Tag Ids associated with this product.
|
/// Gets or sets the list of Tag Ids associated with this product.
|
||||||
|
|||||||
Reference in New Issue
Block a user