1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

update libs

This commit is contained in:
Kyle Spearrin
2018-02-21 22:31:33 -05:00
parent 0b17f3823a
commit 87497a5608
14 changed files with 32 additions and 32 deletions

View File

@ -163,7 +163,7 @@ namespace Bit.Core.Models.Business
{
if(item.Plan != null)
{
Name = item.Plan.Name;
Name = item.Plan.Nickname;
Amount = item.Plan.Amount / 100M;
Interval = item.Plan.Interval;
}