You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The start/end properties are nullable. If they are not null, users can only create orders between the Product/ProductSku's SalesStartTime and SalesEndTime.
The time values in ProductSku should override the values in Product.
Users can add products to baskets even before the start time.
OrderAppService.CheckCreateAsync method should ignore these time properties.
The text was updated successfully, but these errors were encountered:
The start/end properties are nullable. If they are not null, users can only create orders between the Product/ProductSku's
SalesStartTime
andSalesEndTime
.The time values in ProductSku should override the values in Product.
Users can add products to baskets even before the start time.
OrderAppService.CheckCreateAsync
method should ignore these time properties.The text was updated successfully, but these errors were encountered: