mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user