diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 38e47d86fa..94f395bde9 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 0533cb5f95..6f276cd6c5 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 9da8207c7a..64a2ea128a 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 / 100M; + Amount = item.Plan.Amount.GetValueOrDefault() / 100M; Interval = item.Plan.Interval; } diff --git a/src/Events/Events.csproj b/src/Events/Events.csproj index 3dc7058482..e7b43eed7b 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 f39bb60ea3..d961396989 100644 --- a/util/Function/Function.csproj +++ b/util/Function/Function.csproj @@ -4,7 +4,7 @@ Bit.Function - +