From 1fb3fbeacf5ffef6179b31d68cba903fe5657bf0 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 17 Apr 2018 08:11:08 -0400 Subject: [PATCH] Revert "update libs" This reverts commit e7453bc0368f562833d1f079317016189474665d. --- 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 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 - +