1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-23 12:25:16 +01:00

remove unused service

This commit is contained in:
Kyle Spearrin 2019-08-09 11:09:37 -04:00
parent ae386bfee4
commit 3aea61cb63

View File

@ -42,7 +42,6 @@ namespace Bit.Core.Services
string paymentToken, Models.StaticStore.Plan plan, short additionalStorageGb, string paymentToken, Models.StaticStore.Plan plan, short additionalStorageGb,
short additionalSeats, bool premiumAccessAddon) short additionalSeats, bool premiumAccessAddon)
{ {
var invoiceService = new InvoiceService();
var customerService = new CustomerService(); var customerService = new CustomerService();
Braintree.Customer braintreeCustomer = null; Braintree.Customer braintreeCustomer = null;