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