fixed payments access requireing organization reference

This commit is contained in:
Stephan D
2026-02-04 21:38:19 +01:00
parent ca0e45ee5f
commit bc0fd6ab2f
6 changed files with 25 additions and 17 deletions

View File

@@ -38,9 +38,7 @@ func (a *PaymentAPI) listPayments(r *http.Request, account *model.Account, token
}
req := &orchestratorv1.ListPaymentsRequest{
Meta: &orchestratorv1.RequestMeta{
OrganizationRef: orgRef.Hex(),
},
OrganizationRef: orgRef.Hex(),
}
if page, err := listPaymentsPage(r); err != nil {