Skip to content

Commit

Permalink
use actual org name instead of req org name (#6133)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjain1 authored Nov 22, 2024
1 parent fd960db commit 6bb0f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/server/billing.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ func (s *Server) SudoUpdateOrganizationBillingCustomer(ctx context.Context, req
}

opts := &database.UpdateOrganizationOptions{
Name: req.Organization,
Name: org.Name,
DisplayName: org.DisplayName,
Description: org.Description,
CustomDomain: org.CustomDomain,
Expand Down

0 comments on commit 6bb0f5b

Please sign in to comment.