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

@@ -368,11 +368,12 @@ func (*Payment) Collection() string {
// PaymentFilter enables filtered queries.
type PaymentFilter struct {
States []PaymentState
SourceRef string
DestinationRef string
Cursor string
Limit int32
States []PaymentState
SourceRef string
OrganizationRef string
DestinationRef string
Cursor string
Limit int32
}
// PaymentList contains paginated results.