diff --git a/BeckmanComms.Api.DataTransferObjects/V2/Cafe/DishDto.cs b/BeckmanComms.Api.DataTransferObjects/V2/Cafe/DishDto.cs index 93f4d9b9e97bfd35060e06fb44e318c028524c0c..5cbb6483e7cd62604afb60f1b4d6e00ca6cf3ab6 100644 --- a/BeckmanComms.Api.DataTransferObjects/V2/Cafe/DishDto.cs +++ b/BeckmanComms.Api.DataTransferObjects/V2/Cafe/DishDto.cs @@ -35,12 +35,12 @@ namespace BeckmanComms.Api.DataTransferObjects.V2.Cafe /// <summary> /// The standard price of the dish. /// </summary> - public double StandardPrice { get; set; } + public decimal StandardPrice { get; set; } /// <summary> /// The price of a half-order of the dish, when available. /// </summary> - public double? HalfPrice { get; set; } + public decimal? HalfPrice { get; set; } /// <summary> /// Indicates whether the item is available every day ( <c>DishDto.Specialty == false</c>) or