1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00
This commit is contained in:
Jonas Hendrickx 2025-03-18 12:09:05 +01:00
parent d2df65665d
commit 46ff82b84a

View File

@ -817,8 +817,7 @@ public class StripePaymentService : IPaymentService
});
}
if (!string.IsNullOrEmpty(subscriber.GatewaySubscriptionId) &&
customer.Subscriptions.Any(sub => sub.Id == subscriber.GatewaySubscriptionId))
if (!string.IsNullOrEmpty(subscriber.GatewaySubscriptionId))
{
var subscription = await _stripeAdapter.SubscriptionGetAsync(subscriber.GatewaySubscriptionId);