mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
Used PO ID instead of Org ID on accident (#4500)
This commit is contained in:
@@ -76,7 +76,7 @@ public class ProviderEventService(
|
||||
ProviderId = parsedProviderId,
|
||||
InvoiceId = invoice.Id,
|
||||
InvoiceNumber = invoice.Number,
|
||||
ClientId = client.Id,
|
||||
ClientId = client.OrganizationId,
|
||||
ClientName = client.OrganizationName,
|
||||
PlanName = client.Plan,
|
||||
AssignedSeats = client.Seats ?? 0,
|
||||
|
||||
Reference in New Issue
Block a user