fixed payments access requireing organization reference
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user