1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Used PO ID instead of Org ID on accident (#4500)

This commit is contained in:
Alex Morask
2024-07-11 11:22:15 -04:00
committed by GitHub
parent cf8ec4ed41
commit a51e4c0a7c
2 changed files with 8 additions and 1 deletions

View File

@ -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,