From 3aea61cb63e8ddb7f1c8193c7d76238e11971b84 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 9 Aug 2019 11:09:37 -0400 Subject: [PATCH] remove unused service --- src/Core/Services/Implementations/StripePaymentService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Services/Implementations/StripePaymentService.cs b/src/Core/Services/Implementations/StripePaymentService.cs index 9d2f926ae..963bfd91e 100644 --- a/src/Core/Services/Implementations/StripePaymentService.cs +++ b/src/Core/Services/Implementations/StripePaymentService.cs @@ -42,7 +42,6 @@ namespace Bit.Core.Services string paymentToken, Models.StaticStore.Plan plan, short additionalStorageGb, short additionalSeats, bool premiumAccessAddon) { - var invoiceService = new InvoiceService(); var customerService = new CustomerService(); Braintree.Customer braintreeCustomer = null;