Merge pull request 'lint fix [infra]' (#749) from bff-747 into main
Reviewed-on: #749 [infra]
This commit was merged in pull request #749.
This commit is contained in:
@@ -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) {
|
||||
//nolint:nilnil // Test stub does not provide batch permissions map.
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ paths:
|
||||
$ref: ./api/payments/by_quote.yaml
|
||||
/payments/by-multiquote/{organizations_ref}:
|
||||
$ref: ./api/payments/by_multiquote.yaml
|
||||
/payments/object/{payments_ref}:
|
||||
/payments/by-ref/{payments_ref}:
|
||||
$ref: ./api/payments/object.yaml
|
||||
/payments/{organizations_ref}:
|
||||
$ref: ./api/payments/list.yaml
|
||||
|
||||
Reference in New Issue
Block a user