mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
filter canceled orgs
This commit is contained in:
@ -205,6 +205,8 @@ namespace Bit.Billing.Controllers
|
||||
CustomerId = charge.CustomerId
|
||||
});
|
||||
foreach(var sub in subscriptions)
|
||||
{
|
||||
if(sub.Status != "canceled")
|
||||
{
|
||||
ids = GetIdsFromMetaData(sub.Metadata);
|
||||
if(ids.Item1.HasValue || ids.Item2.HasValue)
|
||||
@ -214,6 +216,7 @@ namespace Bit.Billing.Controllers
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if(ids.Item1.HasValue || ids.Item2.HasValue)
|
||||
{
|
||||
|
Reference in New Issue
Block a user