mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
WIP
This commit is contained in:
parent
d2df65665d
commit
46ff82b84a
@ -817,8 +817,7 @@ public class StripePaymentService : IPaymentService
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(subscriber.GatewaySubscriptionId) &&
|
if (!string.IsNullOrEmpty(subscriber.GatewaySubscriptionId))
|
||||||
customer.Subscriptions.Any(sub => sub.Id == subscriber.GatewaySubscriptionId))
|
|
||||||
{
|
{
|
||||||
var subscription = await _stripeAdapter.SubscriptionGetAsync(subscriber.GatewaySubscriptionId);
|
var subscription = await _stripeAdapter.SubscriptionGetAsync(subscriber.GatewaySubscriptionId);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user