1
0
mirror of https://github.com/bitwarden/server synced 2025-12-22 11:13:27 +00:00

update libs

This commit is contained in:
Kyle Spearrin
2018-04-16 12:49:18 -04:00
parent 0c7d969fcb
commit e7453bc036
5 changed files with 9 additions and 9 deletions

View File

@@ -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;
}