From e7453bc0368f562833d1f079317016189474665d Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 16 Apr 2018 12:49:18 -0400 Subject: [PATCH] update libs --- src/Api/Api.csproj | 2 +- src/Core/Core.csproj | 10 +++++----- src/Core/Models/Business/BillingInfo.cs | 2 +- src/Events/Events.csproj | 2 +- util/Function/Function.csproj | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) 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 - +