lint fix [infra] #749
@@ -105,6 +105,7 @@ func (f *capturingPaymentEnforcer) Enforce(_ context.Context, _ bson.ObjectID, _
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (*capturingPaymentEnforcer) EnforceBatch(context.Context, []model.PermissionBoundStorable, bson.ObjectID, model.Action) (map[bson.ObjectID]bool, error) {
|
func (*capturingPaymentEnforcer) EnforceBatch(context.Context, []model.PermissionBoundStorable, bson.ObjectID, model.Action) (map[bson.ObjectID]bool, error) {
|
||||||
|
//nolint:nilnil // Test stub does not provide batch permissions map.
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ paths:
|
|||||||
$ref: ./api/payments/by_quote.yaml
|
$ref: ./api/payments/by_quote.yaml
|
||||||
/payments/by-multiquote/{organizations_ref}:
|
/payments/by-multiquote/{organizations_ref}:
|
||||||
$ref: ./api/payments/by_multiquote.yaml
|
$ref: ./api/payments/by_multiquote.yaml
|
||||||
/payments/object/{payments_ref}:
|
/payments/by-ref/{payments_ref}:
|
||||||
$ref: ./api/payments/object.yaml
|
$ref: ./api/payments/object.yaml
|
||||||
/payments/{organizations_ref}:
|
/payments/{organizations_ref}:
|
||||||
$ref: ./api/payments/list.yaml
|
$ref: ./api/payments/list.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user