diff --git a/src/Core/Services/Implementations/StripePaymentService.cs b/src/Core/Services/Implementations/StripePaymentService.cs index ac3c311e47..9d2f926aef 100644 --- a/src/Core/Services/Implementations/StripePaymentService.cs +++ b/src/Core/Services/Implementations/StripePaymentService.cs @@ -1153,8 +1153,6 @@ namespace Bit.Core.Services } var customerService = new CustomerService(); - var subscriptionService = new SubscriptionService(); - var chargeService = new ChargeService(); var invoiceService = new InvoiceService(); if(!string.IsNullOrWhiteSpace(subscriber.GatewayCustomerId))