From ae386bfee461ccbb2361103af442031d8de4eebf Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 8 Aug 2019 23:22:46 -0400 Subject: [PATCH] remove old service refs --- src/Core/Services/Implementations/StripePaymentService.cs | 2 -- 1 file changed, 2 deletions(-) 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))