1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

fixed a broken link and removed a duplicate property (#1029)

This commit is contained in:
Addison Beck
2020-12-07 09:18:25 -05:00
committed by GitHub
parent 09aea4ed38
commit 085987d2f1
2 changed files with 1 additions and 2 deletions

View File

@ -12,6 +12,5 @@ namespace Bit.Core.Models.Business
public string CollectionName { get; set; }
public PaymentMethodType? PaymentMethodType { get; set; }
public string PaymentToken { get; set; }
public TaxInfo TaxInfo { get; set; }
}
}