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) {