Skip to content

[Complexity] Method MerchantDomainService::MakeMerchantDeposit has a cyclomatic complexity of 9 (limit is 8) #1654

@github-actions

Description

@github-actions

Codacy ID: 5f170bf1dd1375e8d28d0b69d344c0f8

File: TransactionProcessor.BusinessLogic/Services/MerchantDomainService.cs
Line: 342
Rule: Complexity (Warning)
Commit: e1d3fc7ec688a60b6ee82d27f7d53046ba2cdd7f

Message: Method MerchantDomainService::MakeMerchantDeposit has a cyclomatic complexity of 9 (limit is 8)

**Code Snippet:**
```csharp
        public async Task<Result> MakeMerchantDeposit(MerchantCommands.MakeMerchantDepositCommand command, CancellationToken cancellationToken) 
```

Metadata

Metadata

Labels

refactorCode cleanup and best practices

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions