From cdfde692a65c90337e793f2d6e49ebb6d14042a0 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Wed, 13 May 2020 09:58:17 -0400 Subject: [PATCH] Fixed SDK reference issue in Billing proj --- src/Billing/Controllers/StripeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Billing/Controllers/StripeController.cs b/src/Billing/Controllers/StripeController.cs index b2bce09c97..1bdb406724 100644 --- a/src/Billing/Controllers/StripeController.cs +++ b/src/Billing/Controllers/StripeController.cs @@ -204,7 +204,7 @@ namespace Bit.Billing.Controllers { var subscriptions = await subscriptionService.ListAsync(new SubscriptionListOptions { - CustomerId = charge.CustomerId + Customer = charge.CustomerId }); foreach (var sub in subscriptions) {