diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 27e36c7b44..0cd82467f6 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -21,7 +21,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 6f276cd6c5..0533cb5f95 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -68,19 +68,19 @@ - + - + - + - + - + diff --git a/src/Core/Models/Business/BillingInfo.cs b/src/Core/Models/Business/BillingInfo.cs index 64a2ea128a..9da8207c7a 100644 --- a/src/Core/Models/Business/BillingInfo.cs +++ b/src/Core/Models/Business/BillingInfo.cs @@ -164,7 +164,7 @@ namespace Bit.Core.Models.Business if(item.Plan != null) { Name = item.Plan.Nickname; - Amount = item.Plan.Amount.GetValueOrDefault() / 100M; + Amount = item.Plan.Amount / 100M; Interval = item.Plan.Interval; } diff --git a/src/Events/Events.csproj b/src/Events/Events.csproj index e7b43eed7b..3dc7058482 100644 --- a/src/Events/Events.csproj +++ b/src/Events/Events.csproj @@ -9,7 +9,7 @@ - + diff --git a/util/Function/Function.csproj b/util/Function/Function.csproj index d961396989..f39bb60ea3 100644 --- a/util/Function/Function.csproj +++ b/util/Function/Function.csproj @@ -4,7 +4,7 @@ Bit.Function - +