mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
remove unused service
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user