From 085987d2f17e38862a14ef6894c95463b2425a4d Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Mon, 7 Dec 2020 09:18:25 -0500 Subject: [PATCH] fixed a broken link and removed a duplicate property (#1029) --- src/Admin/Views/Tools/TaxRate.cshtml | 2 +- src/Core/Models/Business/OrganizationSignup.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Admin/Views/Tools/TaxRate.cshtml b/src/Admin/Views/Tools/TaxRate.cshtml index 8d951fa0f4..49731e5ec9 100644 --- a/src/Admin/Views/Tools/TaxRate.cshtml +++ b/src/Admin/Views/Tools/TaxRate.cshtml @@ -71,7 +71,7 @@ @if(Model.PreviousPage.HasValue) {
  • - Previous + Previous
  • } else diff --git a/src/Core/Models/Business/OrganizationSignup.cs b/src/Core/Models/Business/OrganizationSignup.cs index 61f1824cfc..5e00c1f24f 100644 --- a/src/Core/Models/Business/OrganizationSignup.cs +++ b/src/Core/Models/Business/OrganizationSignup.cs @@ -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; } } }