Codacy ID: 62c7b6cad126bec37558f60391e19453
File: TransactionProcessor.BusinessLogic/Services/MerchantDomainService.cs
Line: 360
Rule: Complexity (Warning)
Commit: 5b8f3e64d731c7b181b225e9d4117fda74faa3ac
Message: Method MerchantDomainService::MakeMerchantWithdrawal has a cyclomatic complexity of 11 (limit is 8)
**Code Snippet:**
```csharp
public async Task<Result> MakeMerchantWithdrawal(MerchantCommands.MakeMerchantWithdrawalCommand command,
```
Codacy ID:
62c7b6cad126bec37558f60391e19453File:
TransactionProcessor.BusinessLogic/Services/MerchantDomainService.csLine: 360
Rule: Complexity (Warning)
Commit:
5b8f3e64d731c7b181b225e9d4117fda74faa3acMessage: Method MerchantDomainService::MakeMerchantWithdrawal has a cyclomatic complexity of 11 (limit is 8)